Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Playing normal animations via call-script.

[Topic Resolved]

I'm pretty sure there is a way, to show a normal in-game animation with call-script. . . Could anyone tell me what the command is?

Much thanks in advance. :)
 

arev

Sponsor

First you need to have an event to show this animation on. Then call a code:
Code:
$game_map.events[event_id].animation_id = 3
Where 3 is the number of the animation and event_id is... you know what :]
You can replace the "$game_map.events[event_id]" expression with "get_character(id)" - it's the same.
All this can be done with event command.
And if you feel you MUST show the animation without any event, Trickster made a script for this (gotta search).
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top