hey guys a while ago i asked how to make my AI's run across my map towards each other.
i tried what someone said and changed it a little to make it fit with my scenario, and now im getting a few simple errors that stop tool from building the map.
in sapien the first time i compiled scripts it gave me this:
11.06.09 21:53:23 [behaviour line 2] this is not a valid function or script name.: ai_magically_see_encounters reconz squads)
11.06.09 21:53:23 recompiling scripts after scenarios were merged.
11.06.09 21:53:23 [behaviour line 1] this left parenthesis is unmatched.: (script startup battle
1. what does the line 2 error mean?
2. so the line 1 error means that there is no closing perenthesis correct?
well here is the script to prove that it MAKES NO SENCE!!!!
(script startup battle
(ai_magically_see_encounters reconz squads)
(sleep_until (= (ai_living_count squads) 0) 15)
(ai_magically_see_encounters reconz jackals1)
(sleep_until (= (ai_living_count jackals1) 0) 15)
(ai_magically_see_encounters reconz 1337z)
)
HELP!!
P.S. please ignore the odd encounter names.
Edited by theflea on Nov 6, 2009 at 11:12 PM