Alright here's the deal.
I have command lists. I have them linked to the squads the way they should be. I also have scripts. Now the problem is, the scripts don't seem to have an effect?
I set up my command as follows:
Move to point 0
Script (and I chose my script)
Move to point 1
Now my script sais something like (sleep_until(ai_living_count CovenantGuards) 0)
And yes the script compiles. Also in the AI tag I went to scripts and named one of those 'tags' the same as my script.
Can someone tell me why the scripts don't have effect and how to fix it?
If you can help me I will reward you with some fine belgian beer, or if you don't like beer, I will send you over a delightfull pack with belgian chocolates!
Scripts don't seem to have effect?
is your whole command list a script?
and if so...your script should look like this
and if so...your script should look like this
Code: Select all
(script startup command1
(go_to point 1) ; I dont know this script
(sleep_until(ai_living_count CovenantGuards) 0)
(go_to point 2) ; I dont know this script
)