0 Members and 2 Guests are viewing this topic.
X/8->NX-(N*8)->I <-- The N given here is already rounded since axe doesn't support floating numbers, which im using in my advantage.
i'M NOT SURE WHAT A SWORD SKILL IS BUT HERE'S THE SWORD ANIMATION FROM THE TWO SPRITES ON PG 13
:If X≠64 and getKey(3):X+1→X:End:If X≠0 and getKey(2):X-1→X:End
:If X and (X≠64 :X+getkey(3)-Getkey(2)→X
Already got this in my own calc version:Code: [Select]:If X≠64 and X:X+getkey(3)-Getkey(2)→X:EndBut can't get it to work.And the bottom return, its part of a subroutine, u sure its safe to remove?
:If X≠64 and X:X+getkey(3)-Getkey(2)→X:End
X-(X≠0 and getKey(2))+(X≠64 and getKey(3))→X
Here's a gif, for anyone who wants to see it.