2019-03-10 23:51:24 +00:00
|
|
|
( P E T E ' S H O U S E )
|
|
|
|
|
2019-03-16 21:03:24 +00:00
|
|
|
16 5 N ' {pete-table} defentity table
|
|
|
|
15 5 N ' {chair} defentity chair
|
|
|
|
7 6 N ' {pete-bed} defentity bed
|
|
|
|
|
|
|
|
table :touch pete say" Yesterday's breakfast is still\on the table."
|
|
|
|
say" Maybe the day before's too." ;entity
|
|
|
|
chair :touch pete say" I've had my morning coffee\already." ;entity
|
|
|
|
bed :touch pete say" I'm not tired yet." ;entity
|
|
|
|
|
2019-03-10 23:51:24 +00:00
|
|
|
:noname
|
|
|
|
reset-level
|
2019-05-01 01:15:25 +00:00
|
|
|
:| table yield chair yield bed yield done |; ' entities redefine
|
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
|
|
|
|
|