08-03-2007, 08:17 PM
Yeah, indeed it is. I was considering making that for my game, so instead of just pressing once on the enemy, and after that constantly press the cast button. I was thinking you should just continue pressing on the enemy (makes it harder for mages in pvp).
The could is pretty easy actually, all thats needed is to check if you have a spell in use, then in:
If LCase(Parse(0)) = "search" Then
Add the check and run CastSpell.
The could is pretty easy actually, all thats needed is to check if you have a spell in use, then in:
If LCase(Parse(0)) = "search" Then
Add the check and run CastSpell.