Yet Another Sapien Problem.

Discuss HaloCE modding with the HEK tools here. For help, go to the Help Desk forum above.
Post Reply
deadlyfighter1000





Posts: 10
Joined: Mon Oct 29, 2007 4:03 pm

Yet Another Sapien Problem.

Post 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
User avatar
Cryticfarm





Posts: 3611
Joined: Sat Dec 09, 2006 7:23 pm
Location: canada
Contact:

Post by Cryticfarm »

You have 10 closing brackets and 9 open ones.
deadlyfighter1000





Posts: 10
Joined: Mon Oct 29, 2007 4:03 pm

Post by deadlyfighter1000 »

If you are talking about the first line,It actually does have a bracket infront of it.
Post Reply