From 49db25887215726ef0a46c8212efb88dbf3004e6 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:31:22 +0530 Subject: ItemID to Constant: airports Folder --- npc/airports/rachel.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/airports/rachel.txt') diff --git a/npc/airports/rachel.txt b/npc/airports/rachel.txt index be2490013..1faa33979 100644 --- a/npc/airports/rachel.txt +++ b/npc/airports/rachel.txt @@ -38,8 +38,8 @@ OnTouch: mes "Would you like to use the service?"; next; if (select("Yes:No") == 1) { - if (countitem(7311) > 0) { - delitem 7311,1; //Free_Flying_Ship_Ticket + if (countitem(Free_Flying_Ship_Ticket) > 0) { + delitem Free_Flying_Ship_Ticket,1; warp "airplane_01",245,60; end; } -- cgit v1.2.3-70-g09d2