Question:
I want to spawn a sniper rifle at the bases of Icefield.
So I create the following command in commands.txt
Code:
icesnipe 'say * "DEBUG: Sniper spawned";spawn weap "weapons\sniper rifle\sniper rifle" icebluebase; spawn weap "weapons\sniper rifle\sniper rifle" iceredbase; w8 30; despawn g 0;despawn g 1;wait 50;icesnipe' 4
Add this in events.txt
Code:
event_start $map:icefields 'icesnipe'
And locations.txt
Code:
icefields:iceredbase:21.017452 -13.972477 0.000000
icefields:icebluebase:-72.007332 76.430954 0.000000
Now my problem is that the event "icesnipe" doesn't stop when a new map is loaded.
So I would need an eventstop command like so:
Code:
event_end $map:icefields 'eventstop 9'
Possible?
Bookmarks