7 lines
81 B
GDScript
7 lines
81 B
GDScript
extends NpcScript
|
|
|
|
#
|
|
func OnStart():
|
|
Greeting()
|
|
AddTimer(own, 1.0, Callable())
|