PDA

View Full Version : Landing Pauper Locker Script



bgoodsoil
06-14-2007, 08:46 PM
this is a simple script that will run you from the small park in the landing to the lockers in the House of Paupers, if it finds the first occupied, it goes to the second, then the third, if they're all full it takes you back to the park and echoes a message. it also opens the locker and any containers you have but you'll need to go in and rename the containers. once your inside just type 'goback' and it will close everything up and send you back to the park


move n
put go walk
put go gate
put go doors
put go ora door
put go steel door

start:
match here You step through the curtained opening.
match next You'll have to wait
put go opening
matchwait

here:
put open locker
put open my satchel
put open my longcoat
put look in my satchel
put look in locker
put look in my longcoat
echo Type 'goback' when you're all done, I'll close everything up for ya.
waitfor goback
put close locker
put close my long
put close my satchel
put go open
put go door
put go ora door
put go doors
put go gate
put go walk
move s
exit

next:
move s
goto second

second:
match secondhere You step through the curtained opening.
match secondnext You'll have to wait
put go opening
matchwait

secondhere:
put open locker
put open my satchel
put open my longcoat
put look in locker
put look in my satchel
put look in my longcoat
echo Type 'goback' when you're all done, I'll close everything up for ya.
waitfor goback
put close locker
put close my long
put close my satchel
put go open
move n
put go door
put go ora door
put go doors
put go gate
put go walk
move s
exit

secondnext:
move s
goto third

third:
match thirdhere You step through the curtained opening.
match thirdnext You'll have to wait
put go opening
matchwait

thirdhere:
put open locker
put open my satchel
put open my longcoat
put look in locker
put look in my satchel
put look in my longcoat
echo Type 'goback' when you're all done, I'll close everything up for ya.
waitfor goback
put close locker
put close my long
put close my satchel
put go open
move n
move n
put go door
put go ora door
put go doors
put go gate
put go walk
move s
exit

thirdnext:
move s
goto last

last:
move n
move n
put go door
put go ora door
put go doors
put go gate
put go walk
move s
echo All of 'em were full!
exit