Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
14
dialogic/custom-events/SaveInSlot/event_save_077.gd
Normal file
14
dialogic/custom-events/SaveInSlot/event_save_077.gd
Normal file
|
@ -0,0 +1,14 @@
|
|||
extends Node
|
||||
|
||||
|
||||
func handle_event(_event_data, dialog_node):
|
||||
"
\n If this event should wait for dialog advance to occur, uncomment the WAITING line
\n If this event should block the dialog from continuing, uncomment the WAITINT_INPUT line
\n While other states exist, they generally are not neccesary, but include IDLE, TYPING, and ANIMATING
\n "
|
||||
|
||||
|
||||
|
||||
Dialogic.save(Dialogic.get_variable("SaveSlotName"))
|
||||
SceneManagerSingleton.TakeScreenShot(Dialogic.get_variable("SaveSlotName"))
|
||||
|
||||
|
||||
dialog_node._load_next_event()
|
||||
dialog_node.set_state(dialog_node.state.READY)
|
Loading…
Add table
Add a link
Reference in a new issue