• Yeah, if the game is started, it'll execute the Start Event you've set up in the main menu settings. Usually this will add a player and spawn it :)

    You can also get the player (i.e. leader of the player group) like this:
    Combatant player = ORK.Game.ActiveGroup.Leader;
    Or get the game object directly:
    GameObject player = ORK.Game.GetPlayer();
    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!
Sign In or Register to comment.