I have removed almost all blocking calls from my game, but now I have a small problem with hotspots:
I have turned off "Walk to hotspot in Look mode", but a click in any other mode still moves the player to the hotspot with a blocking command...
Is it possible to include options to turn that behavior off for all other modes as well?
Thank you
Chris
I'd also like that so much! :D
i suggested that some time ago, and that is what i get:
http://www.agsforums.com/yabb/index.php?board=2;action=display;threadid=10037
Thanks for the link. My search came up empty.
So removing the walk-to-point will have to do for now. I just don't like specifying coordinates in my scripts. :)
Ah yes sorry, I forgot about this one. I'll see about adding a global variable to disable the automatic use of all walk-to points.
That would be great. Thanks.