fix: fixes inconsistent return type from queue_event_from_esc
This commit is contained in:
committed by
Duncan Brown
parent
8dbcd52e66
commit
ad445cd43b
@@ -36,4 +36,12 @@
|
||||
|
||||
|
||||
:ready
|
||||
queue_event worker moveworker
|
||||
# Both events will queue one after the other. As event "moveworker" features
|
||||
# both a blocking and non-blocking command, the blocking command will block
|
||||
# until it's finished. At this point, moveworker2's event will fire.
|
||||
# The end result is that you'll see worker1 start moving while the player
|
||||
# speaks, and once the say command concludes, worker 2 will start walking.
|
||||
queue_event worker moveworker _queuedemo true
|
||||
queue_event worker2 moveworker2 _queuedemo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user