A Community discussion forum for Halo Custom Edition, Halo 2 Vista, Portal and Halo Machinima

Home  Search Register  Login Member ListRecent Posts
  
 
»Forums Index »Halo Custom Edition (Bungie/Gearbox) »Halo CE Technical / Map Design »srcipt help

Author Topic: srcipt help (3 messages, Page 1 of 1)
Moderators: Dennis

KingNick220
Joined: Jul 14, 2008


Posted: Aug 8, 2008 02:21 PM    Msg. 1 of 3       
i get an error when complieing scripts it says
[script line 10] this left parenthesis is unmatched .:{script startup script
recompiling scripts after scenarios were merged.
this left parenthesis is unmatched .:{script startup script

thats what it says, here is the script

(script static "unit" player
(unit (list_get (players)0 )))

(script startup ai_team
(begin
(ai_allegiance "player" "human")
)
)

(script startup script
(ai_go_to_vehicle_override human turret1 gunner)
(ai_go_to_vehicle_override human turret2 gunner)


Ermac
Joined: Nov 24, 2006

Pops up from time to time


Posted: Aug 8, 2008 03:00 PM    Msg. 2 of 3       
Quote: (script startup script
(ai_go_to_vehicle_override human turret1 gunner)
(ai_go_to_vehicle_override human turret2 gunner)


Error means exactly what it says; put another ending parenthesis on the end of that last line. It should either look like this:

(script startup script
(ai_go_to_vehicle_override human turret1 gunner)
(ai_go_to_vehicle_override human turret2 gunner)
)

or this:

(script startup script
(ai_go_to_vehicle_override human turret1 gunner)
(ai_go_to_vehicle_override human turret2 gunner))


KingNick220
Joined: Jul 14, 2008


Posted: Aug 8, 2008 03:08 PM    Msg. 3 of 3       
thanks it worked

 

 
Previous Older Thread    Next newer Thread







Time: Sat January 21, 2023 3:09 AM 141 ms.
A Halo Maps Website