Created
September 7, 2016 15:35
-
-
Save jameslkingsley/0252872a3bab34f1e332c0d127e9efb9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[] spawn { | |
while {true} do { | |
if (!isNull merlin1) then {"Marker1" setmarkerpos getpos merlin1}; | |
if (!isNull merlin2) then {"Marker2" setmarkerpos getpos merlin2}; | |
if (!isNull merlin3) then {"Marker3" setmarkerpos getpos merlin3}; | |
if (!isNull merlin4) then {"Marker4" setmarkerpos getpos merlin4}; | |
if (!isNull merlin5) then {"Marker5" setmarkerpos getpos merlin5}; | |
if (!isNull merlin6) then {"Marker6" setmarkerpos getpos merlin6}; | |
sleep 60; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment