PDA

View Full Version : Teras Guild Sweep Script....



Andrath
12-06-2004, 12:46 AM
Not sure If I got this all right...it's stopping at room3 and wont get the pile and move onto the next room.....someone help as to whats wrong, it's also an amatuer script so it's sloppy


move n
move w
move sw
move nw
move w
move ne
put go door
loop:
put get broom
put get bag
move out
move sw
move e
move se
move ne
move e
move s
move e
move ne
put go arch
put look
ROOM1:
put look
MATCH gsweep1 You also see some scattered dirt
MATCH gsweep2 You also see a dirt pile, some scattered dirt
MATCH gpile a dirt pile, Guild Bartender
MATCHWAIT
gsweep1:
put push broom
waitfor You sweep up
goto ROOM1
gsweep2:
put push broom
waitfor You sweep up
goto ROOM1
gpile:
put get pile
put go arch
ROOM2:
put look
MATCH gsweep3 You also see some scattered dirt and an arch
MATCH gsweep4 You also see a dirt pile, some scattered dirt
MATCH gpile2 a dirt pile and an arch
MATCHWAIT
gsweep3:
put push broom
waitfor You sweep up
goto ROOM2
gsweep4:
put push broom
waitfor You sweep up
goto ROOM2
gpile2:
put get pile
move sw
move sw
ROOM3:
put look
MATCH gsweep4 You also see some scattered dirt and a pot
MATCH gsweep5 You also see a dirt pile, some scattered dirt
MATCH gpile3 bower. You also see a dirt pile
MATCH full full of dirt
MATCHWAIT
gsweep4:
put push broom
waitfor You sweep up
goto ROOM3
gsweep5:
put push broom
waitfor You sweep up
goto ROOM3
gpile3:
put get pile
move w
move s
put look in my bag
full:
move ne
move w
move n
move w
move sw
move nw
move w
move ne
put go door
put put bag in bin
pause 5
goto loop

ROOM4:
put look
MATCH gsweep5 You also see some scattered dirt and a dusty window
MATCH gsweep6 You also see a dirt pile, some scattered dirt
MATCH gpile4 a dirt pile and a dusty window
MATCH full2 full of dirt
MATCHWAIT
full2:
move n
move e
move ne
move w
move n
move w
move sw
move nw
move w
move ne
put go door
put put bag in bin
pause 5
goto loop
gsweep5:
put push broom
waitfor You sweep up
goto ROOM4
gsweep6:
put push broom
waitfor You sweep up
goto ROOM4
gpile4:
put get pile
move n
move e
move s
move e
ROOM5:
put look in my bag
put look
MATCH gsweep6 You also see some scattered dirt
MATCH gsweep7 You also see a dirt pile, some scattered dirt
MATCH gpile5 a dirt pile
MATCH full3 full of dirt
MATCHWAIT
full3:
move w
move n
move ne
move w
move n
move w
move sw
move nw
move w
move ne
put go door
put put bag in bin
pause 5
goto loop
gsweep6:
put push broom
waitfor You sweep up
goto ROOM5
gsweep7:
put push broom
waitfor You sweep up
goto ROOM5
gpile5:
put get pile
goto ROOM5

hectomaner
12-06-2004, 01:12 AM
really need to start another topic about this? you made one barely over an hour ago. whats the point?