pete286/pete.jor

37 lines
895 B
Plaintext
Raw Normal View History

( P E T E )
13 8 N ' {car} defentity car
car :touch
2019-05-19 17:34:27 +00:00
move-player
1 player.state DRIVING f!
;entity
:noname
2019-05-01 01:15:25 +00:00
:| player.driving? not if car yield then
done |; ' entities redefine
2019-03-15 02:18:20 +00:00
:|
touch-begin S leaving? dup
if player.driving? not
if pete say" It's too far to walk to town."
2019-05-19 17:34:27 +00:00
else move-player 5 10 road.jor queue-level
2019-03-15 02:18:20 +00:00
then
then
touch-next 13 8 2= player.driving? and dup
2019-05-19 17:34:27 +00:00
if move-player
2019-03-15 02:18:20 +00:00
0 player.state DRIVING f!
W player entity.dir !
2019-05-19 17:34:27 +00:00
move-player
2019-03-15 02:18:20 +00:00
then
touch-next 12 7 2= player.driving? not and dup
2019-05-19 17:34:27 +00:00
if move-player 16 9 petehous.jor queue-level then
2019-03-15 02:18:20 +00:00
touch-next 30 7 2= dup
if pete say" It's... kinda swampy.\I don't wanna get wet if I\don't have to." then
touch-next 30 9 2= dup
if pete say" Feels spooky over here,\somehow." then
touch-last |; ' player-touch redefine
s" pete.map" load-map
; ' onload redefine