diff options
Diffstat (limited to 'npc/021-4/main.txt')
-rw-r--r-- | npc/021-4/main.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 5b3e1c55d..752feeb92 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -35,6 +35,15 @@ function script CindySwitch_Check_214 { // Cindy 021-4,42,41,0 script Cindy#Outside NPC_CINDY_CAGE,{ + if (getq(NivalisQuest_Cindy) < 5) + goto L_Cheat; hello; end; +L_Cheat: + warp "Save", 0, 0; atcommand "@jail "+strcharinfo(0); dispbottom l("Cheater detected."); + end; +OnInit: + .distance=5; + .lifetime=0; + end; } |