jubbie 0 Posted March 4, 2005 I'm having a problem moving markers around. I have 15 markers. 53 scripts. Maybe 200 triggers. The triggers include a "fired" eventhandler and when a player fires in the trigger area, it's supposed to move a marker to where he is. When he moves into the next trigger area, it's supposed to move a second marker to where he is. The problem I'm having is that when he moves to the second or third trigger area the previous marker is deleted. But the 4th, 5th, 6th, 7th, and above trigger areas all work fine with their markers. They each move their own marker which stays where it's supposed to be each time you move another marker via the fired eventhandler. They don't get deleted. Any idea why those first three are deleting when their scripting is exactly the same as everything else? Could it be due to script/trigger lag? Share this post Link to post Share on other sites
crashdome 3 Posted March 5, 2005 If the script which moves the marker exits after the marker is moved, it should always stay there. If this is the case, it sounds like you may accidently move the marker again via your other scripts (unaware that you are doing so). Markers never delete by themselves. Atleast I've never seen that... In any case, there is no way to determine your problem without seeing your mission and scripts. Do you remove the event handlers when the unit leaves each area? If you don't, that also may be why.... Share this post Link to post Share on other sites