Wait until character reached destination ISSUE?

  • #1, by AkcayKaraazmakMonday, 07. December 2015, 01:14 9 years ago
    Hi guys,

    1-) Is there a bug with "Wait until character reached destination" when using "send char to position". In my scene, I need to show an interface when character reaches the position of the mouse click. But it doesnt wait the character to reach the position, it immediatly shows the interface. I used begin/end cut scene before the show interface action but it didnt help. Also used "wait until character stops" before show interface, its also didnt work :\

    2-) For using items on scene objects, it also doenst work. I use the drop item (execution at destination), character goes to the destination but doesnt do the next action after reaching the destination.

    i,e: -> Item drop (dynamit) / (execution at destination)
    -> show interface -- Char goes to dest but after that, It doesnt show the interface. But if I use item drop with "Immediate execution" it shows the interface but its before the character reaches its destination :\

    I'll be very happy if you guys can help me to solve this.

    Thank you!

    Great Poster

    440 Posts


  • #2, by sebastianMonday, 07. December 2015, 10:49 9 years ago
    Is the destination point for this object outside the walkable area?

    Thread Captain

    2346 Posts

  • #3, by AkcayKaraazmakMonday, 07. December 2015, 10:51 9 years ago
    No its inside bro

    Great Poster

    440 Posts

  • #4, by sebastianMonday, 07. December 2015, 11:56 9 years ago
    what if you use the immediate execution type, then at first use "send character to object" action part , "Wait until character reached destination" action part and then "show interface"?

    Thread Captain

    2346 Posts

  • #5, by AkcayKaraazmakMonday, 07. December 2015, 12:12 9 years ago
    I also tried that bro, but it never waits till character reach. It immediatly shows the interface or any other action after the "send char to obj" action.

    Great Poster

    440 Posts

  • #6, by AkcayKaraazmakMonday, 07. December 2015, 12:12 9 years ago
    In your game, does that "wait unti char reach" works?

    Great Poster

    440 Posts

  • #7, by afrlmeMonday, 07. December 2015, 12:13 9 years ago
    Can you post some screenshots or a video of how you set up what you are saying / asking please?

    Imperator

    7278 Posts

  • #8, by sebastianMonday, 07. December 2015, 12:44 9 years ago
    do you use the newest release?
    For me 4.2 (build1182) works with all mentioned methods:
    - execute at destination, show interface
    - execute immediately, go to object, wait until reach, show interface
    - any other action part where "wait until reach" is used it waits

    Thread Captain

    2346 Posts

  • #9, by AkcayKaraazmakMonday, 07. December 2015, 19:51 9 years ago
    Hi guys, I put pause (2500)ms after "send char to object" and then write show interface. Then it worked. But why I didnt understand. First I wrote 500ms for pause n it dint work. Put 2500 n worked smile .. Strange ...

    Great Poster

    440 Posts

  • #10, by AkcayKaraazmakMonday, 07. December 2015, 19:52 9 years ago
    But it just work with drop item (immediate), NOT with drop item (execute at destination.

    Great Poster

    440 Posts