Staredit Network

Staredit Network -> StarForge -> Starforge Trgger Problem
Report, edit, etc...Posted by mutalisk46802 on 2006-06-21 at 14:38:33
Im making this map that ive just started doing triggers for it because I was spending time doing the terrain and I went to go do a trigger for the randomization factor in my map, and when I hit ok it just said " run time error "9" " and "subscript out of range" this is the exact trigger
Players:
Player 1
Conditions:
Always();
Actions:
SetSwitch(Switch 1,Clear);
Wait(1);
SetSwitch(Switch 1,Set);
Wait(1);
SetSwitch(Switch 2,Clear);
Wait(1);
SetSwitch(Switch 2,Set);
Wait(1);
SetSwitch(Switch 3,Clear);
Wait(1);
SetSwitch(Switch 3,Set);
Wait(1);
SetSwitch(Switch 4,Clear);
Wait(1);
SetSwitch(Switch 4,Set);
Wait(1);
SetSwitch(Switch 5,Clear);
Wait(1);
SetSwitch(Switch 5,Set);
Wait(1);
SetSwitch(Switch 6,Clear);
Wait(1);
SetSwitch(Switch 6,Set);
Wait(1);
Preserve Trigger();
Comment("randomization");

Player one is on force one and he is a human, but ive also tried giving the trigger to player two who is on force 2 and is a comp... Both players have start locations and appear in game, why does Starforge crash and i get that error message???
P.S. If you look on the Starforge Forum I posted this exact message there but of course no one looks there, just here tahts why its posted here also... ermm.gif
Report, edit, etc...Posted by Quebec on 2006-06-23 at 20:05:06
It happen to me some times too w/e the trigger is but i dont know why it do that.
Report, edit, etc...Posted by DT_Battlekruser on 2006-06-24 at 03:16:40
Rarely, a trigger seems to get corrupted. Copy the text of the actions into a new trigger and it should work.
Next Page (1)