Jump to content
Sign in to follow this  
KingN

Marker help needed

Recommended Posts

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

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

Name of marker must be quoted:

"mark" setmarkerpos [1000,1000,0]

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×