Page 1 of 1

Yet Another Sapien Problem.

Posted: Sat Oct 04, 2008 7:01 am
by deadlyfighter1000
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

Posted: Sat Oct 04, 2008 8:00 am
by Cryticfarm
You have 10 closing brackets and 9 open ones.

Posted: Sat Oct 04, 2008 12:01 pm
by deadlyfighter1000
If you are talking about the first line,It actually does have a bracket infront of it.