PDA

View Full Version : tables



Josapheen
09-18-2006, 09:43 PM
put look
match tsc Town Square, Central
match tsw Town Square, West
match tsnw Town Square, Northwest
match tsne Town Square, Northeast
match tse Town Square, East
match tsse Town Square, Southeast
match park Town Square, Small Park
match landsend Wehnimer's, Land's End Rd.
match tower Land Tower East, Office
match thrakway Raging Thrak Inn, Dining Room
match ttables Wayside Inn, Dining Room
matchwait

ttables:
move o
move go gate
move s
move w
move s
move s
move go inn
move n
move go table
match done you head
match thrakway It seems
matchwait

thrakway:
move s
move o
move n
move n
move e
move n
move go gate
move go inn
put go table
match done You head
match wayfrith It seems
matchwait

wayfrith:
move o
move go gate
move s
move e
move e
move e
move e
move e
move e
move e
move s
move s
move e
move s
move s
move s
move go inn
move go door
move n
put go table
match done You head
match frithsilver It seems
matchwait
frithsilver:
move s
move go door
move o
move n
move n
move n
move w
move n
move n
move w
move w
move w
move w
move w
move w
move w
move w
move sw
move s
move s
move s
move s
move go gate
move go doors
move nw
move e
move go table
put go table
match done You head
match silverthrak It seems
matchwait
silverthrak:
move w
move se
move go doors
move go gate
move e
move e
move n
move n
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait
thrakway:
move s
move o
move n
move n
move e
move n
move go gate
move go inn
put go table
match done You head
match thrakway It seems
matchwait

landsend:
move s
move w
move s
move s
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait

tower:
move o
move s
move w
move s
move s
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait

tsc:
move nw
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait

tsw:
move n
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait

tssw:
move n
move n
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait

tsne:
move sw
move nw
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait

tsse:
move nw
move nw
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait

tse:
move w
move nw
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait

tsnw:
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait

park:
move n
move n
move n
move go inn
move n
put go table
match done You head
match thrakway It seems
matchwait


done:
put sit
echo YOU HAVE ARRIVED AT YOUR DESTINATION.
ECHO HAVE A NICE DAY!

AestheticDeath
09-18-2006, 09:45 PM
what if the tables are full?

fallenSaint
09-18-2006, 09:53 PM
Then you splode.

Bobmuhthol
09-18-2006, 09:59 PM
Maybe it's just me, but I've never even considered taking the time to write a script that will take me from Town Square X to Town Square Northwest.

Josapheen
09-18-2006, 10:28 PM
OK, so I got bored and made a script that takes you from tsx to tsnw...it may be pointless, but it gave me something to do and now i never have to worry about going to go find a table. so blah. :D

AestheticDeath
09-18-2006, 11:47 PM
Just because something is easy and quick doesnt mean you cant make it easier.. and quicker. Only way to learn how to do something and do it better, is to practice. Even on meaningless stuff.

I would however add something for when the tables are full, and make it goto another inn to find another open table. If tables are your thing...

Sean of the Thread
09-18-2006, 11:53 PM
I think it's cool.. then again I'm fucking lazy and hate moving around in that stupid game.

Josapheen
09-18-2006, 11:56 PM
Just because something is easy and quick doesnt mean you cant make it easier.. and quicker. Only way to learn how to do something and do it better, is to practice. Even on meaningless stuff.

I would however add something for when the tables are full, and make it goto another inn to find another open table. If tables are your thing...




Well...I tried. I just now noticed that me silly match and matchwait thingies aren't wanting to work right. For some reason I have that problem a lot. Ideas on what I'm doing wrong/how to fix?

Bobmuhthol
09-19-2006, 04:39 AM
"Move go table" will likely cause the script to hang until it hits a new room (the table), so it doesn't even load the matches to check if the table was full. Use a put there.