Difference between revisions of "A Jump"

From ECWolf Wiki
(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...")
 
(No difference)

Latest revision as of 19:16, 1 October 2012

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.