2019-03-10 23:51:24 +00:00
|
|
|
( P E T E ' S H O U S E )
|
|
|
|
|
|
|
|
:noname
|
|
|
|
reset-level
|
2019-03-12 01:57:22 +00:00
|
|
|
:|
|
|
|
|
touch-begin 16 10 2= dup if
|
2019-03-15 02:18:20 +00:00
|
|
|
player move-entity 12 8 pete.jor queue-level
|
2019-03-12 01:57:22 +00:00
|
|
|
then touch-next 9 4 2= dup if
|
|
|
|
pete say" The closet is a disaster.\I don't want to deal with that\right now."
|
|
|
|
then touch-next 11 4 2= dup if
|
|
|
|
pete say" I'm already dressed."
|
|
|
|
then touch-next 16 3 2= dup if
|
|
|
|
pete say" The sink's full of nasty dishes.\I'm not touching them."
|
|
|
|
then touch-next 18 3 2= dup if
|
|
|
|
pete say" Should get some more beer soon."
|
|
|
|
then touch-last |; ' player-touch redefine
|
2019-03-10 23:51:24 +00:00
|
|
|
|
|
|
|
s" petehous.map" load-map
|
|
|
|
; ' onload redefine
|
|
|
|
|