Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Wait until character reached destination ISSUE?

  • #1, by AkcayKaraazmak 11 years ago Zitieren
    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!
  • #2, by sebastian 11 years ago Zitieren
    Is the destination point for this object outside the walkable area?
  • #3, by AkcayKaraazmak 11 years ago Zitieren
    No its inside bro
  • #4, by sebastian 11 years ago Zitieren
    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"?
  • #5, by AkcayKaraazmak 11 years ago Zitieren
    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.
  • #6, by AkcayKaraazmak 11 years ago Zitieren
    In your game, does that "wait unti char reach" works?
  • #7, by afrlme 11 years ago Zitieren
    Can you post some screenshots or a video of how you set up what you are saying / asking please?
  • #8, by sebastian 11 years ago Zitieren
    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
  • #9, by AkcayKaraazmak 11 years ago Zitieren
    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 ...

  • #10, by AkcayKaraazmak 11 years ago Zitieren
    But it just work with drop item (immediate), NOT with drop item (execute at destination.