(https://i.postimg.cc/dV2k5tYf/pregunta-foros.jpg)
When I click that book, my character is supposed to say something and then walk towards it and grab it
So basically I'd like my character to say that WHILE walking towards the object (book)
Is is possible?
thanks!
Hi SirLean,
You may want to try with the instruction "SayBackground", that would let the character talk while walks?
Ie, I'd expect the below to take your character to a place while talking:
player.SayBackground("Un libro... veré de qué se trata...");
player.walk(300,160,eNobBock);
Regards,
Tomas
Yay cool, it worked, thanks Tomas (but I used "eBlock", otherwise with eNoBlock the character doesn't walk to the object to grab it. Thanks again!