• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Scripting fire help

  • 13
    Posts
    13
    Years
    • Seen Oct 24, 2022
    Hey, guys. So I'm trying to make a game in Rpg maker XP in which your decisions affect the story/outcome of the game. I want to add a part at the beginning where Professor Oak is trying an experiment and catches on fire. But I suck at making animations. Is there a script i could use? Any help would be appreciated. Thanks in advance!
     
    Last edited:
    There are some fire animations in the RPG Maker RTP ..
     
    Oh, cool. thanks! But when i set the fire on using a switch, it doesn't burn until i leave the map and come back... any suggestions?

    use this script code after activating the switch:
    Code:
    $game_map.need_refresh = true
     
    use this script code after activating the switch:
    Code:
    $game_map.need_refresh = true

    Great! thanks so much. It works great now. Obviously you know more about rmxp than I will ever know. My game is called Pokemon Crescent. It's not up on this site yet, but it will be once I make enough of it.
     
    Back
    Top