Detect if casted.
Posted: 2009-03-02 21:02:39
Is it possible to detect that char casted spell with out fizzle?
I have an idea like this. I even don't know if these commands exist.
b - Before
a - After
or something like that.
I have an idea like this. I even don't know if these commands exist.
Code: Select all
var b,a
.........
b=uo.getmana('self')
wait(XXX)
a=uo.Getmana('self')
if a<b then
uo.print(Succses)
end if
end sub
b - Before
a - After
or something like that.