KharStepOrder XP - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: KharStepOrder XP (/thread-9077.html) |
KharStepOrder XP - kyonides - 09-03-2024 KharStepOrder
XP
by Kyonides
Introduction This scriptlet allows you to change which character's leg goes first while walking around. Really, that's it! WARNING
Game_Character#update has been overwritten. The pattern section was not kept apart from the rest of the code. To change the Game_Character's default option, look for the @@step_order class variable and set it to :left or :right Change the Current Pattern Order for All Walking Characters in Game: Code: Game_Character.step_order = :left OR :right Script Code: # * KharStepOrder XP * # Terms & Conditions Free for use in ANY game. Due credit is mandatory because I say so. |