Auto-Repeat Animation - 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 VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html) +---- Thread: Auto-Repeat Animation (/thread-2348.html) |
Auto-Repeat Animation - woratana - 01-22-2009 Auto-Repeat Animation Version 1.0 by Woratana Release Date: 21/05/2008 Introduction This is a little snippet that will allow you to set repeat animation on character in map. Repeat animation will show again and again after the last animation in that character finished~ Enjoy~ :lol: Screenshots It's not needed, but I have if you want~ :P Script Place it above main Code: #=============================================================== Instruction To set repeat animation to character, call script: Code: set_anim(character, animation_id) * character: What character you want to set repeat animation? ** -1 for 'Player', 0 for 'This Event', and 1 or more for Event ID * animation_id: ID of the animation you want to set as repeat animation ** use 0 to remove repeat animation~ For example: Code: set_anim(10, 5) Author's Notes Free for use in your work if credit is included. Please do not redistribute this script without permission. If you want to post it on any forum, please link to this topic. Bug Report? Please give me these informations: Quote:- What is it says in error window? |