Files
Loke/assets/scripts/tonori/tulimshar/ElanoreGlobal.gd
T
2026-06-03 17:04:06 +08:00

8 lines
222 B
GDScript

extends NpcScript
#
func OnAreaEnter(player : PlayerAgent):
if player and not player.ownScript:
if player.progress.GetQuest(ProgressCommons.Quest.TUTORIAL) == ProgressCommons.TUTORIAL.INACTIVE:
own.Interact(player)