A quick question on map scripts...


(Axedup) #1

Is there any order to the way individual portions of the script can be added?

I mean, say u are an allied player as u walk thru the map and pass and do the objectives, do they have to be listed in that particular order, or can they just be added to the end of the list as u think of them whilst writing the script?

ie.

gamemanager

main objective
command post 1
command post 6

command post 2

tank 1
explode this
explode that
command post 4
didilly doo
etc…

EOF

Thx in advance :drink:

Axedup


(MuffinMan) #2

there’s no order in that way but you have to script an order (if needed) the single parts of the script can be called whenever needed, the game doesn’t just process them from the beginning to the end

hope that helped