bsp switching
Posted: Tue Oct 09, 2007 2:11 pm
ok, i got a multi BSP map, and i need to be able to switch bsp (back and forth), but one of the scripts doesnt work, so im going to show the one that works, the one that doesn't, and the error
the one that works
the one that doesn't work
the error
the one that works
Code: Select all
(script continous omgl33thax)
(sleep_untill (volume_test_objects bsptrigger0 (players))
(switch_bsp 0)
)
the one that doesn't work
Code: Select all
(script continous omgl33thax)
(sleep_untill (volume_test_objects bsptrigger1 (players))
(switch_bsp 1)
)
Code: Select all
[ENTER_BSP1 line 1] script type must be "startup", "dormant", "continuous", or "static".: continous omgl33thax)
recompiling scripts after scenarios were merged.
script type must be "startup", "dormant", "continuous", or "static".: continous omgl33thax)