#COMMENT Special "rooms" #DEFINE [Nowhere] 0 #DEFINE [Carried] 1 #DEFINE [Worn] 1000 #COMMENT Special "nouns" #DEFINE [Nothing] 0 #DEFINE [Any Light] 1 #COMMENT Special "flags" #DEFINE [Debug] 0 #COMMENT macros for the directions used with ChangePassageway #DEFINE [North] 1 #DEFINE [South] 2 #DEFINE [East] 3 #DEFINE [West] 4 #DEFINE [NorthEast] 5 #DEFINE [NorthWest] 6 #DEFINE [SouthEast] 7 #DEFINE [SouthWest] 8 #DEFINE [Up] 9 #DEFINE [Down] 10 #DEFINE [Enter] 11 #DEFINE [Exit] 12