Need help - Event battle

● ARCHIVED · READ-ONLY
Started by ArchyCZ 3 posts View original ↗
  1. Hello i need help ! :D

    I create an event where i must kill creature, i kill him but he didint disappear so i dont know what to do, can you help me guys ? :D
  2. Event and battleprocessing are two different things that don't affect each other.


    What you have to do is to tell the event in the "if win" battle processing to disappear, without specific commands that will not happen.


    Which commands to use depends on how long the event should vanish:


    - for permanent vanishing, you need a self-switch to change the event to a different page without sprite or content


    - if the battle should respawn on reentering the map, use erase event (which is NOT for permanent vanishing)


    If you do not know how to use multiple event pages, I suggest going back to the tutorials as that is one of the more important parts of the engine.


    You can follow the link in my signature to find those tutorials
  3. Ok thx for help :)