Page 1 of 1

Me + Script = ERRORS!!!

Posted: Mon Mar 17, 2008 11:09 pm
by Glitcherguy
Ok ill do this fast
1. - Does scripting work in a multiplayer level?
2. - Is this a correct script?
(script startup something
(sleep_until (volume_test_objects trigger (players))15)
(ai_place Specops)
3. - Will vista support scripts cause i get errors like
- [script line 1] i expected "script" or "global".: sleep_until (volume_test_objects trigger (players))15)
- recompiling scripts after scenarios were merged.
- i expected "script" or "global".: sleep_until (volume_test_objects trigger (players))15)
(someone should really make a tutorial about how to fix these errors btw)
4. - I think thats all

Thanks

Posted: Tue Mar 18, 2008 4:41 am
by L0d3x
On the first look it seems you simply forgot an ) thingy.

Make it:

(script startup something
(sleep_until (volume_test_objects trigger (players))15)
(ai_place Specops)
)

gl!

Posted: Tue Mar 18, 2008 10:06 am
by Glitcherguy
Yay, it worked. You are my hero :P

Tyvm