Update script template

This commit is contained in:
Serhii Snitsaruk 2023-09-19 13:45:56 +02:00
parent 827dc80cce
commit 9a4fd8ad12
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ void LimboAIEditor::_misc_option_selected(int p_id) {
"_TS_pass\n"
"\n\n"
"# Called each time this task is ticked (aka executed).\n"
"func _tick(delta: float) -> int:\n"
"func _tick(delta: float) -> Status:\n"
"_TS_return SUCCESS\n";
f->store_string(script_template);