Chastralizing
02-25-2004, 12:51 AM
save 1
start:
put look
match %s Also here (its not reading 'Also here' at all, and starts blasing on other peeps kills)
match killthrak thrak
match killmant mant
match %s Obvious exits
matchwait
killthrak:
put prep 702
put cha thrak
waitfor You channel
goto loot
loot:
put loot
match start You search
match start Could not find
match lpause ...wait
matchwait
lpause:
pause .2
goto loot
killmant:
put prep 702
put cha mantic
waitfor You channel
goto loot
1:
counter set 2
save %c
move se
goto start
2:
counter add
save %c
move s
goto start
3:
counter add
save %c
move sw
goto start
4:
counter add
save %c
move nw
goto start
5:
counter set 1
save %c
move ne
put exp
match exit ghost
match start muddled
match start becoming
match gorest numbed
match gorest take
match start clear
matchwait (it will check exp, but pauses after that, like it doesnt read Obvious exits)
i dont know how to get it to enter a room, and off of that match whether there is 'also here' not by entering a room and typing look because obviously my other char is going to be there and ill just run around in circles.
start:
put look
match %s Also here (its not reading 'Also here' at all, and starts blasing on other peeps kills)
match killthrak thrak
match killmant mant
match %s Obvious exits
matchwait
killthrak:
put prep 702
put cha thrak
waitfor You channel
goto loot
loot:
put loot
match start You search
match start Could not find
match lpause ...wait
matchwait
lpause:
pause .2
goto loot
killmant:
put prep 702
put cha mantic
waitfor You channel
goto loot
1:
counter set 2
save %c
move se
goto start
2:
counter add
save %c
move s
goto start
3:
counter add
save %c
move sw
goto start
4:
counter add
save %c
move nw
goto start
5:
counter set 1
save %c
move ne
put exp
match exit ghost
match start muddled
match start becoming
match gorest numbed
match gorest take
match start clear
matchwait (it will check exp, but pauses after that, like it doesnt read Obvious exits)
i dont know how to get it to enter a room, and off of that match whether there is 'also here' not by entering a room and typing look because obviously my other char is going to be there and ill just run around in circles.