
FtDSpartn
Joined: May 1, 2009
Verified AI.
|
Posted: Jun 5, 2010 04:02 AM
Msg. 1 of 4
I get a unmached error at line 1 of my script: (script startup commander (ai_erase base) (sleep 50) (ai_place base) (sleep 100) (activate_team_nav_point_object target_red player (ai_actors Base/Commander) .6) (sleep 100) (sleep_until (ai_living_count (ai_actors Base/Commander) 0) (deactivate_team_nav_point_object player (ai_actors Base/Commander) ) ) Can someone tell me whats wrong and how to fix? Edited by FtDSpartn on Jun 5, 2010 at 04:02 AM
|
|
|

Kustrin 117
Joined: Aug 6, 2009
\
|
Posted: Jun 5, 2010 09:47 AM
Msg. 2 of 4
U need the 'base' encounter existing in the game.
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Jun 5, 2010 09:54 AM
Msg. 3 of 4
Your parentheses are unmatched. Look at the second last line.
|
|
|

FtDSpartn
Joined: May 1, 2009
Verified AI.
|
Posted: Jun 5, 2010 12:47 PM
Msg. 4 of 4
Quote: --- Original message by: Gamma927 Your parentheses are unmatched. Look at the second last line. Once again,an easy fix.Thanks Gamma. 
|
|
|