Jump to content

AddMapNote()


Awake

Recommended Posts

I forgot whether igi wanted me to post this or not, but here it is anyways..

 

AddMapNote() does work.

 

IF
Global("AwMapNote","GLOBAL",1)
THEN
RESPONSE #100
 AddMapNote([20.50],~IESDP~)
 SetGlobal("AwMapNote","GLOBAL",2)
END

 

That's the script that I used, and it worked perfectly. Of course I had to set the global via console, but it works with True() as well. I just tested this to see if it worked differently for globals. Apparently not.

 

EDIT: I forgot that you need to increment the global or you get the map note listing the string several times.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...