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)