diff options
Diffstat (limited to 'npc/024-14/utils.txt')
-rw-r--r-- | npc/024-14/utils.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/npc/024-14/utils.txt b/npc/024-14/utils.txt index e9c8853bb..4e58f8b7e 100644 --- a/npc/024-14/utils.txt +++ b/npc/024-14/utils.txt @@ -33,9 +33,6 @@ end; OnInit: - // Estate Settings - .mapa$="024-14"; // Map name - // NPC Settings .sex = G_OTHER; .distance = 3; @@ -45,9 +42,9 @@ OnInit: OnReload: //debugmes "[REAL ESTATE] NPC ONRELOAD"; // load_npc ( name , map, x , y{, cell} ) - load_npc("Wardrobe#RES_PPL", .mapa$, 25, 26); - load_npc("Cauldron#RES_PPL", .mapa$, 28, 27); - load_npc("Piano#RES_PPL" , .mapa$, 32, 26); + load_npc("Wardrobe#RES_PPL", "ples@"+getcharid(0), 25, 26); + load_npc("Cauldron#RES_PPL", "ples@"+getcharid(0), 28, 27); + load_npc("Piano#RES_PPL" , "ples@"+getcharid(0), 32, 26); end; } |