KingN 251 Posted December 7, 2001 I made a marker wich name was Mark. Then I put a script: mark setmarkerpos [1000,1000,0]. I started the game and watched to the map and saw that the marker didn't move. the trigger where the script was, was set true. What did I do wrong here? Share this post Link to post Share on other sites
Rastavovich 0 Posted December 7, 2001 Use "Mark setmarkpos [.....]". You have to use the correct written name or the game can't identify the correct marker. If this doesn't help, check if your script-call is correct and the script is placed in the correct folder. Share this post Link to post Share on other sites
Shirson 0 Posted December 7, 2001 Name of marker must be quoted: "mark" setmarkerpos [1000,1000,0] Share this post Link to post Share on other sites
KingN 251 Posted December 7, 2001 oh, ok I'll test it. Thanks. (Edited by King Nothing at 12:51 am on Dec. 8, 2001) Share this post Link to post Share on other sites