diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-08 18:53:21 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-08 18:53:21 -0200 |
commit | 498461a6f22dd5e2b0d07fae6bd4599a369766a2 (patch) | |
tree | 290b6858d13e5e55b329ac184cc9222fc37a7c0d /npc | |
parent | 0016ab2db19f5aabceab37dd99ce39f5345172ef (diff) | |
download | serverdata-498461a6f22dd5e2b0d07fae6bd4599a369766a2.tar.gz serverdata-498461a6f22dd5e2b0d07fae6bd4599a369766a2.tar.bz2 serverdata-498461a6f22dd5e2b0d07fae6bd4599a369766a2.tar.xz serverdata-498461a6f22dd5e2b0d07fae6bd4599a369766a2.zip |
This is an experiment with Zegas Debug
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/zegas.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt index 5639cb420..bc67a8149 100644 --- a/npc/005-1/zegas.txt +++ b/npc/005-1/zegas.txt @@ -41,7 +41,7 @@ L_Start: L_Looking: mesn; - mesq l("Still haven't found it? Well keep looking I know it's in there some where."); + mesq l("Still haven't found it? Well keep looking I know it's in there, somewhere."); goto L_close; L_QuestEnd: @@ -68,8 +68,10 @@ OnInit: } 005-1,32,73,0 script ZegasDebug NPC_MONA,{ + showavatar NPC_MONA; // this is handled by avatars.xml mesn; mesq l("Reset?"); + next; menu l("Yes."), L_Reset, l("Barrel"),L_Cheat, @@ -86,6 +88,7 @@ L_Cheat: goto L_close; L_close: + showavatar; // hide close; //OnInit: |