Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: strazer on Fri 30/01/2004 04:46:12

Title: Don't walk to hotspot in ANY mode?
Post by: strazer on Fri 30/01/2004 04:46:12
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
Title: Re:Don't walk to hotspot in ANY mode?
Post by: Proskrito on Fri 30/01/2004 08:49:33
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
Title: Re:Don't walk to hotspot in ANY mode?
Post by: strazer on Fri 30/01/2004 08:58:05
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.  :)
Title: Re:Don't walk to hotspot in ANY mode?
Post by: Pumaman on Sat 31/01/2004 14:38:51
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.
Title: Re:Don't walk to hotspot in ANY mode?
Post by: strazer on Sat 31/01/2004 14:49:09
That would be great. Thanks.