KanbeiKS7 New member Mar 14, 2020 #1 New here but haven't seen this question asked yet, is it possible to have a character play an animation when selected?
New here but haven't seen this question asked yet, is it possible to have a character play an animation when selected?
danno Moderator Staff member Mar 14, 2020 #2 from the manual SELECT (used for players) ~An optional animation. ~Played when you select a character on the character selection screen (that is, you've pressed an attack button to indicate you want to use this character). will look like this in your player txt Code: anim select loop 0 delay 12 offset 30 62 frame data/chars/jack/s1.png frame data/chars/jack/s2.png Have a read of the manual when you can http://www.chronocrash.com/apps/wiki/obor/index.php?title=OpenBOR_Legacy_Manual Upvote 0 Downvote
from the manual SELECT (used for players) ~An optional animation. ~Played when you select a character on the character selection screen (that is, you've pressed an attack button to indicate you want to use this character). will look like this in your player txt Code: anim select loop 0 delay 12 offset 30 62 frame data/chars/jack/s1.png frame data/chars/jack/s2.png Have a read of the manual when you can http://www.chronocrash.com/apps/wiki/obor/index.php?title=OpenBOR_Legacy_Manual