Back to "room" tags

Magically enter your rented room by special_sy

# Script by Chumber [DoS] # Enters your room from a house steward or inkeeper in range (10 tiles) @clearignore while findtype 400|401 'ground' -1 -1 10 as npc getlabel npc npcLabel if 'house steward' in npcLabel or 'innkeeper' in npcLabel overhead "Found ya!" 88 npc menu npc 1 waitforgump 2393832411 if ingump "Enter Your Room" 2393832411 overhead "Charly" gumpresponse 4 stop elseif 'innkeeper' in npcLabel overhead "Alan" gumpresponse 5 else overhead "Alan" gumpresponse 2 endif waitforgump 2393832411 gumpresponse 100 stop endif @ignore npc endwhile overhead "No inkeeper or house steward in range"