From f55357d76602fea93160d26412e38a8e4ad8df52 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Jan 2020 01:15:00 -0300 Subject: Enzo: Safeguard --- npc/003-0/enzo.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/003-0') diff --git a/npc/003-0/enzo.txt b/npc/003-0/enzo.txt index 2ac2ef4ac..0e111e56c 100644 --- a/npc/003-0/enzo.txt +++ b/npc/003-0/enzo.txt @@ -5,6 +5,10 @@ // Forgetful 003-0,68,25,0 script Enzo NPC_BLACKWIZARD,{ + if (countitem(Event1HSword)+countitem(Event2HSword)+countitem(EventBow)+countitem(EventWand)) { + mesc l("You cannot use this NPC while you have event weapons."), 1; + close; + } mesn l("Enzo, the Forgetful"); mesq l("What was I doing before...? I forgot!"); next; -- cgit v1.2.3-60-g2f50