How to get the CURRENT players position?

Hi, you can do that like so:

    HandleAgent(Agent: agent):void=

        if. FortCharacter := Agent.GetFortCharacter[]
        then:
            CharacterTranslation := FortCharacter.GetTransform().Translation
            # Do something with translation
4 Likes