#include "nw_i0_tool" void main() { object oEnter = GetEnteringObject(); if(!HasItem(GetPCSpeaker(), "LQ4")) { object oTarget = GetWaypointByTag("Judra_Zone"); AssignCommand(oEnter, JumpToObject(oTarget)); } }