I can't get the perequisites to change, i tried this but crashes...
Code:
Object AmericaSupplyDropZone
DisplayName = OBJECT:AmericaSupplyDropZone
Side = America
EditorSorting = STRUCTURE
BuildCost = 2500
BuildTime = 45.0 ; in seconds
Prerequisites
Object = AmericaPowerPlant
End
EDIT:
Ok i manage to get it to laod with this code but when i put my cursor over it to build my game freezs :/
Code:
Object AmericaSupplyDropZone
BuildTime = 25.0 ; in seconds
Prerequisites
Object = AmericaPowerPlant
End
End
EDIT#2:
Ok i'm geting closer lol, i'v now got it so u dont need any periquest to build it, but thats not the way i want it. i want it so it requierst the power palnt. well i'll use this untill someone can help me.
Code:
Object AmericaSupplyDropZone
BuildTime = 25.0 ; in seconds
Prerequisites
; Object = AmericaPowerPlant
End
End