Comment Event - Character model doesn't move

● ARCHIVED · READ-ONLY
Started by BANJOPC 3 posts View original ↗
  1. I have made a comment event for a torch/lighter system using two plugins, terrax lighting and YEP_Buttoncommentevents.

    I am making a lighter/torch comment event which on the 'F' key the torch will light for a period of time then fizzle out. (I will eventually add fuel and On/Off etc..)

    When I press F everything does as it should however the character model doesn't move?

    See snapshot of the event order

    upload_2018-7-18_0-30-53.png

    The switch controls an event which returns the lighting back to normal (reduced without the torch on)

    I'm using parallel on both evens, I don't understand why my character model doesn't move?

    Any help is appreciated

    cheers
  2. could be the plugin commands. Try removing the plugin commands from that common event and see if it still does not move. If it still doesn't, try to remove this or that to see if the player is still not moving.
    Also it could be useful to see the other event sheet.
  3. Thanks, solved.

    I changed the common event to a normal event and added a conditional branch. Solved the problem.

    cheers