Jump to content

AddMapNote


Kish

Recommended Posts

This is from the unmodded game:

 

IF

Global("PlayerThiefGuild","GLOBAL",1)

Global("AddGuildNote","AR0300",0)

THEN

RESPONSE #100

AddMapNote([3078.2434],4636)

SetGlobal("AddGuildNote","AR0300",1)

END

 

Will

IF

Global("KishImoenThiefStronghold","GLOBAL",1)

Global("AddGuildNote","AR0300",0)

THEN

RESPONSE #100

AddMapNote([3078.2434],~Imoen's Guildhall~)

SetGlobal("AddGuildNote","AR0300",1)

END

 

work, or do I need to do the name substitution differently?

Link to comment

Also it should be noted that as you may* need to use the EXTEND_TOP command to compile the .bcs file, you might need to use the Continue() -command before the END. So the possible OnCreation's don't get stuck.

Or perhaps better would be to use the replace textually weidu -function, but Mike or some one more skilled in it needs to instruct you on that. Of course depending on what you intent* to archive with the modification, aka how the global gets set.

Link to comment

Archived

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

×
×
  • Create New...