Havin trouble with my script

11/02/2011 22:07 Tsugimichi#1
I made this script, for my sinx but it don't work

Code:
automacro cloak {
	exclusive 1
	spell Sonic Blow, Sacrifice
	call autocloak
	run-once 1
}


macro autocloak {
[
	do ss 150
	pause 0.5
	do ss 135
	release cloak
]

}
Don't understand why it don't work, all my scripts using equips are working, when i try to use skills it don't work.
11/03/2011 05:48 ChibiEbil#2
You cannot use cloak to hide from a skill that is already aiming you. It will hit.
Hide would work if it is fast enough (Hide also got something like a hidden cast time where you can be hit if aiming was early enough).