edited August 2014 in ORK Support
I followed the battle in a new scene tutorial, and everything seems to be working fine. The only issue is that upon entering a battle, a clone of the player is created directly on the spawn point, and another player character is put on the defined battle spot. I'm certain this is an easy fix, but I just can't figure it out for the life of me.

image
Post edited by gamingislove on
  • edited August 2014
    Did you use spawn player besides spawn combatants in battle start event?
    I had a similar issue months ago, i just need to remember the solution! :)
    Post edited by Kaemalux on
  • Is your player also in the battle group? Otherwise it might spawn the player and the battle group - you can prevent that by using a Destroy Player step in your battle start event (e.g. after loading the new scene).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • edited August 2014
    That fixed the issue gamingislove, thank you very much!


    EDIT: Looks like it still shows a menu for the other player, and my only option is to "do nothing."
    Post edited by Acissathar on
  • Seems strange - maybe you do have two combatants in your group?
    This can happen if the start event is executed twice, e.g. when you added it in the main menu settings and also set it up in the scene ...
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • That was the issue. I had a GameObject set up to spawn the player in addition to the Main Menu that I must have forgotten to delete. I deleted the object, and reverted the "Destroy Player" step in the Battle Event and everything is working smoothly again.

    Thank you very much for the support!
Sign In or Register to comment.