diff options
-rw-r--r-- | doc/script_commands.txt | bin | 592698 -> 591942 bytes | |||
-rw-r--r-- | npc/re/cities/malangdo.txt | 5 |
2 files changed, 1 insertions, 4 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt Binary files differindex 849339684..7a622cdbc 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt diff --git a/npc/re/cities/malangdo.txt b/npc/re/cities/malangdo.txt index 50e6bc832..ce853dc5f 100644 --- a/npc/re/cities/malangdo.txt +++ b/npc/re/cities/malangdo.txt @@ -153,10 +153,7 @@ mora,57,150,4 duplicate(Dolangmal) Dolangmal#9 553 izlude,182,218,4 script Odgnalam#iz 554,{ - if (strnpcinfo(4) == "izlude") - mes "Receiving the warm sun of Izlude, the cat is sleeping."; - else if (strnpcinfo(4) == "alberta") - mes "Receiving the warm sun of Alberta, the cat is sleeping."; + mes "This cat is sleeping in the warm "+strnpcinfo(2)+" sun."; next; if(select("Let him sleep:Talk to him") == 1) close; mes "[Odgnalam]"; |