Me + Script = ERRORS!!!

Discuss stuff related to HaloCE (for modding, go to the HEK General forum).
Post Reply
Glitcherguy





Posts: 205
Joined: Wed Aug 22, 2007 8:54 am
Location: I dunno i'm lost

Me + Script = ERRORS!!!

Post 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
L0d3x




Articulatist 250

Posts: 454
Joined: Sat Aug 18, 2007 3:32 am

Post 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!
Glitcherguy





Posts: 205
Joined: Wed Aug 22, 2007 8:54 am
Location: I dunno i'm lost

Post by Glitcherguy »

Yay, it worked. You are my hero :P

Tyvm
Post Reply