mk-l 10 Posted June 16, 2013 Hi, I made this today : But now, i want to moving the target (replay effect if possible?) ... Anyone know how ? Thank's [RFF] MkL Share this post Link to post Share on other sites
headswe 17 Posted June 17, 2013 _curPos = getpos _sign; _mode = -1 // or 1 while(true) { _sign setpos [_curPos select 0 + _mode,_curPos select 1,_curpos select 2]; _curPos getpos _sign; sleep 0.3; } Depending on West to east or North to South you need to switch the + mode around. Share this post Link to post Share on other sites
mk-l 10 Posted June 17, 2013 _curPos = getpos _sign; _mode = -1 // or 1 while(true) { _sign setpos [_curPos select 0 + _mode,_curPos select 1,_curpos select 2]; _curPos getpos _sign; sleep 0.3; } Depending on West to east or North to South you need to switch the + mode around. Thank's Headswe but where i put that ? I'm new with editor ;) Share this post Link to post Share on other sites
sgt_Savage2003 10 Posted June 17, 2013 why is it why when i as for the same thing, no one helps. Thanks for the code I just got off a 15 hr shift at the fire station and iam too tired to test it out. Share this post Link to post Share on other sites
zooloo75 834 Posted June 17, 2013 http://forums.bistudio.com/showthread.php?156778-Script-Moving-Target Share this post Link to post Share on other sites
brad7 4 Posted June 28, 2013 Ive just tried doing this how do i do it like in the challenges without having to download that script? Share this post Link to post Share on other sites