Solved Actors

Discussion in 'Plugin Development' started by floop222, Mar 26, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    floop222

    Hey! Does anyone know how I would go about recording what a player does for my custom Actor plugin?? Thankyou
     
  2. Offline

    teej107

    @floop222 What do you mean exactly by
    From what I understand, you would have to log the times when they move, interact, etc....
     
  3. Offline

    floop222

    @teej107 so I want to log the players movements and interacts? Thx
     
  4. Offline

    nverdier

    @floop222 Use a PlayerMoveEvent and a PlayerInteractEvent, and when they are called just save it to the config with whatever info.
     
  5. Offline

    floop222

  6. Offline

    FloopThatGuy5

    After using PlayerMoveEvent and PlayerInteractEvent. Save the data to the config and then call it when you need it
     
Thread Status:
Not open for further replies.

Share This Page