View Single Post
Old 08-26-2006, 09:15 AM   #8 (permalink)
TerroR
Member
 
Join Date: May 2004
Location: UK
Posts: 98
Default

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
TerroR is offline   Reply With Quote