Message2614

Author matthiaskrgr
Recipients
Date 2013-10-08.22:11:05
Content
Uhmm, I'm not sure what kind of use case I had in mind then...
But for example by having something like
set_bot_destination("foo")
wait(sometime)
set_bot_destination("bar")
wait(sometime)
set_bot_destination("qux")

we could imitate complexe pathgfinding or simuare one npc "visiting" another one
and then walking back to the original waypoint (whereas this very example would
be easier to do with some  has_npc_reached_label?(bla) function)
History
Date User Action Args
2013-10-08 22:11:05matthiaskrgrsetmessageid: <1381270265.14.0.187507830008.issue641@freedroid.org>
2013-10-08 22:11:05matthiaskrgrlinkissue641 messages
2013-10-08 22:11:05matthiaskrgrcreate