Allow events to grab systems and nodes.
This commit is contained in:
@@ -9,7 +9,7 @@ func _init(
|
||||
self.text = text;
|
||||
|
||||
func start() -> void:
|
||||
print("He can say ", text);
|
||||
getSystems().VN.getTextbox().setText(self.text);
|
||||
|
||||
func isDone() -> bool:
|
||||
return false
|
||||
|
Reference in New Issue
Block a user