A Jump

From ECWolf Wiki
Revision as of 19:16, 1 October 2012 by Blzut3 (talk | contribs) (Created page with "'''A_Jump''' (int ''chance'', state ''frame'', ...) Has a ''chance'' (0-256) of jumping to the specified state (frame). If more than one state is given then the jump locatio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A_Jump (int chance, state frame, ...)

Has a chance (0-256) of jumping to the specified state (frame). If more than one state is given then the jump location will be picked randomly.