Here is my script:
global boolean is_server false)
(script startup load_settings
(if (!= (unit_get_health (unit warthog)) -1)
(begin
(set is_server true)
(object_create_anew c_gun_turret1)
(object_create_anew gausshog1)
)
)
)
It used to work,but now it doesnt. When I try to compile the map this is what it says:
this left parenthesis is unmatched.: (begin
Yet Another Sapien Problem.
- Cryticfarm
- Posts: 3611
- Joined: Sat Dec 09, 2006 7:23 pm
- Location: canada
- Contact:
-
- Posts: 10
- Joined: Mon Oct 29, 2007 4:03 pm