dbx/cnf/
dbx/lib/
dbx/lib/misc/
dbx/lib/text/help/
dbx/lib/world/
dbx/lib/world/qst/
dbx/src/
#1300
undefined~
0 g 100
~
Nothing.
~
#1321
Transport Ship~
1 c 4
board~
if (%arg% == ship)
oteleport %actor.name% 476
oforce %actor.name% look
oecho %actor.name% boards the transport ship as it lifts off the ground.
end
~
#1322
Elevator Trigger~
2 c 100
press~
if (%arg% == button)
wteleport %actor.name% 1324
wforce %actor.name% look
wecho %actor.name% steps in the elevator as the elevator doors shut.
end
~
#1323
Elevator Down~
2 c 100
press~
if (%arg% == button)
wteleport %actor.name% 1322
wforce %actor.name% look
wecho %actor.name% steps in the elevator as the elevator doors shut
end
~
#1324
ElevatorII~
2 c 100
press~
if (%arg% == button)
wteleport %actor.name% 1321
wforce %actor.name% look
wecho %actor.name% steps in the elevator as the elevator doors shut.
end
~
#1325
Elevator - going Down~
2 g 100
~
if (%direction% == east)
wait 2 s
wecho The elevator doors slide shut and the elevator begins moving.
wait 4 s
wecho The doors open, and you step out.
wteleport all 1321
~
#1336
Bathroom Trig~
2 c 100
utilize~
if (%arg% == tub)
wecho You take off all your clothes, and take a nice refreshing bath.
wrestore %actor.name%
end
if (%arg% == toilet)
wecho You pull down your pants and sit down on the toilet.
end
if (%arg% == sink)
wecho You turn the sink off and wash your hands.
end
~
#1356
Desert 1356~
2 g 100
~
if (%direction% == east)
wait 1 sec
wsend %actor.name% You feel dizzy and weak, you stand still for a second to shake off the dizziness, you look around and cant tell what direction you are headed.
wteleport %actor.name% 481
end
~
#1357
Desert 1357~
2 g 100
~
if (%direction% == west)
wait 1 sec
wsend %actor.name% You feel dizzy and weak, you stand still for a second to shake off the dizziness, you look around and cant tell what direction you are headed.
wteleport %actor.name% 480
end
~
#1364
Desert 1364~
2 g 100
~
if (%direction% == west)
wait 1 sec
wsend %actor.name% You feel dizzy and weak, you stand still for a second to shake off the dizziness, you look around and cant tell what direction you are headed.
wteleport %actor.name% 489
end
~
#1365
Desert 1365~
2 g 100
~
if (%direction% == east)
wait 1 sec
wsend %actor.name% You feel dizzy and weak, you stand still for a second to shake off the dizziness, you look around and cant tell what direction you are headed.
wteleport %actor.name% 488
end
~
#1399
new trigger~
2 g 100
~
if (%direction% == south)
wecho As you walk in to the elevator the doors close shut and the elevator begins to move.
wforce all up
end
~
$~