Vast improvements and a working finite state machine, working on new guild member registration.
This commit is contained in:
6
fsm/nodes/advance_queue.gd
Normal file
6
fsm/nodes/advance_queue.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends StateNode
|
||||
|
||||
func execute(subject, ...args : Array) -> void:
|
||||
if !subject.busy:
|
||||
subject.queue.try_advance()
|
||||
complete_state()
|
||||
Reference in New Issue
Block a user