diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 2a29ccee1..929a816ee 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -329,36 +329,11 @@ OnTimer890000: end; OnInit: + .siegetime=0; .sex = G_MALE; .distance = 4; end; } -// Debug - purpose NPC -003-1,110,84,0 script LieutenantDausenDebug NPC_MONA,{ - showavatar NPC_MONA; // this is handled by avatars.xml - mesn; - mesq l("Reset?"); - next; - menu - l("Yes."), L_Reset, - l("No."), L_Close; - -L_Reset: - GUARDS_DONE_BITARRAY=0; - setq TulimsharQuest_WaterForGuard, 0; - mes l("Reset!"); - goto L_Close; - -L_Close: - //showavatar; // Use this to hide the showavatar - close; - -// Use @shownpc to enable AyashaDebug -OnInit: - if (!debug) - disablenpc .name$; - end; -} // Render random guard answer after bringing him water function script GuardsGratitude { |