From a825791baee732ada6414e297667b6ca153890ba Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Oct 2018 19:53:52 -0200 Subject: If you don't have this quest on status 5... Someone cheated for you. TOO BAD. --- npc/021-4/main.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/021-4/main.txt') 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; } -- cgit v1.2.3-60-g2f50