Welcome Forums Get help The player/npc move system

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2817
    KingXcalivar
    Participant

    I am having trouble with an npc not moving to the place i want him to go. Can someone plz tell me what i have to do. I put the coordinates in and he goes in the opposite direction.

    #2821
    Aura
    Moderator

    Hey KingXcalivar,
    the moving system is a bit buggy. In most cases, the first movement of your character inside of an event works, but if you want them to move again, it won’t work correctly…
    The movement always counts from the current position of your character! And since the character is somewhere else if you already moved them once, the “Insert action”-command doesn’t work!
    You have to write the command manually!

    Here’s where your character walks when you write the following commands:

    hero walks to -1, 0
    Hero walks left

    hero walks to 1, 0
    hero walks right

    hero walks to 0, -1
    hero walks up

    hero walks to 0, 1
    hero walks down

    Hope that helped,
    ~Aura

    #2836
    KingXcalivar
    Participant

    Thx

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Get help’ is closed to new topics and replies.