Stunseed
05-25-2005, 01:58 AM
I'm still a script n00b, but I'm trying. Here is a simple Stunman script I am attempting to write. Any help would be appreciated, and understanding I'm still new to this.
#Script for removal of weapon
put stunm
waitfor You sucessfully command
goto YOUWIN
waitfor You try
goto YOULOSE
YOUWIN:
pause 12
put put khopesh in cloak
pause 1
put stunman
YOULOSE:
pause 12
put stunman
Stunman is my psinet alias for activating my stunning item, and then attempting to get my weapon while stunned. It'll be done in guild, not meant for AFK'ing, but once I learn more about the scripting business, I'd like to make it that way. Any help is appreciated.
#Script for removal of weapon
put stunm
waitfor You sucessfully command
goto YOUWIN
waitfor You try
goto YOULOSE
YOUWIN:
pause 12
put put khopesh in cloak
pause 1
put stunman
YOULOSE:
pause 12
put stunman
Stunman is my psinet alias for activating my stunning item, and then attempting to get my weapon while stunned. It'll be done in guild, not meant for AFK'ing, but once I learn more about the scripting business, I'd like to make it that way. Any help is appreciated.