diff options
Diffstat (limited to 'npc/warps')
-rw-r--r-- | npc/warps/dungeons/mosk_dun.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/warps/dungeons/mosk_dun.txt b/npc/warps/dungeons/mosk_dun.txt index e4545c88e..ed0597efa 100644 --- a/npc/warps/dungeons/mosk_dun.txt +++ b/npc/warps/dungeons/mosk_dun.txt @@ -75,7 +75,7 @@ OnTouch: mes "What is your business with the Csar?"; next; if(select("Run away.:Explain the situation.") == 1) { - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I should get out of here..."; close2; warp "mosk_dun02",100,100; @@ -107,7 +107,7 @@ OnTouch: mes "What is your business with the Csar?"; next; if(select("Run away.:Explain the situation.") == 1) { - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I should get out of here..."; close2; warp "mosk_dun02",100,100; |