Difference between revisions of "IsAttacking"

Jump to navigation Jump to search
4 bytes added ,  17:18, 29 May 2011
no edit summary
imported>SpookyFX
imported>SpookyFX
Line 11: Line 11:


if MyRef.isattacking == 1 && MyRef.iscasting == 0
if MyRef.isattacking == 1 && MyRef.iscasting == 0
message"I am attacking but not casting!"
message"I am attacking but not casting!"
endif
endif


Line 17: Line 19:


if MyRef.AnimPathIncludes "attack" == 1 && MyRef.AnimPathIncludes "cast" == 0
if MyRef.AnimPathIncludes "attack" == 1 && MyRef.AnimPathIncludes "cast" == 0
message"I am attacking but not casting!"
message"I am attacking but not casting!"
endif
endif


Anonymous user

Navigation menu