Now that i finally got into the forums i want to find out how to put a pause into your script file. I have a simple script to attack a target over and over, but i need a 5 second pause inbetween each attack to match up with the built in 5 second pause of the game.
my basic script is like this
sub fight
dim icounter
for icounter=1 to 500
world.send "attack target"
next
end sub
not this lets me attack the target 500 times in a row, but i need a pause after the world.send line, but i don't know how to put pauses into the script. i looked about alot, but didn't find any in-script commands to do this.
help! he he . thanks.
my basic script is like this
sub fight
dim icounter
for icounter=1 to 500
world.send "attack target"
next
end sub
not this lets me attack the target 500 times in a row, but i need a pause after the world.send line, but i don't know how to put pauses into the script. i looked about alot, but didn't find any in-script commands to do this.
help! he he . thanks.