diff options
Diffstat (limited to 'npc/042-1/malik.txt')
-rw-r--r-- | npc/042-1/malik.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/042-1/malik.txt b/npc/042-1/malik.txt new file mode 100644 index 00000000..59358aec --- /dev/null +++ b/npc/042-1/malik.txt @@ -0,0 +1,10 @@ +042-1.gat,105,60,0 script Malik 162,{ + + mes "reset?"; + menu + "yes",-, + "no",L_Close; + set tutorial, 0; +L_Close: + close; +} |