[0,0]

Created by ~dustin

NAME : Landing room
DESC : An ordinary room
OBJECTS
-
ID : sign
NAME : sign
DESC : A wooden sign. It says "It's dangerous to go alone. Try opening the chest".
-
ID : sword
NAME : sword of mediocrity
DESC : An impressively normal sword
GRAB : true
HIDDEN : true
-
ID : shield
NAME : wooden shield
DESC : A wooden shield with a red Kokiri emblem on it
GRAB : true
HIDDEN : true
-
ID : west-key
NAME : west room key
DESC : A small golden key with a "W" engraved into it
GRAB : true
HIDDEN : true
-
ID : chest
NAME : wooden chest
DESC : A wooden chest in questionable condition
ACTIONS
open
IF INVENTORY=west-key,sword,shield
ECHO The chest is empty
ENDIF
IF INVENTORY=sword
ELSE
GRAB sword
ENDIF
IF INVENTORY=shield
ELSE
GRAB shield
ENDIF
IF INVENTORY=west-key
ELSE
GRAB west-key
ENDIF