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~
2. Instruction
To set repeat animation to character, call script: 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~
2.1. For example
set_anim(10, 5)
* Script above will set Animation ID 5 as repeat animation for Event ID 10
3. 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.
1. Allgemein
Sprache Braucht keine Sprache Maker RPG Maker VX SDK Benötigt kein SDK APD Benötigt kein APD Mex Kein Mex-Code RDoc Documentation
Öffne dein Projekt mit dem Maker. Danach öffne mit F11 den RGSS Editor, scrolle links die Liste bis zum Schluss. Klicke dann rechts auf 'Main' und dann 'Insert'. Nenne das neue Skript Auto-Repeat Animation V1 und füge auf der rechten Seite ein: QuellcodeWeiterlesen