I suck with scripts X(
(script startup h4xmb
(sleep_until (volume_test_objects save_1 (players))15)
(game_save)
)
That works just fine, but when I add this script in the same map:
(script startup h4xmb
(sleep_until (volume_test_objects save_2 (players))15)
(game_save)
)
I keep getting
[save2 line 1] only static scripts of the same type can override stub scripts.: (script startup h4xmb
recompiling scripts after scenarios were merged.
this left parenthesis is unmatched.: (script startup h4xmb
-Same Error with Different Scripts
-Hope this isn't a noob question X|
-There needs to be a self fixing error