Files
2026-06-03 17:04:06 +08:00

7 lines
121 B
GDScript

extends NpcScript
#
func OnAreaEnter(player : PlayerAgent):
if player and not player.ownScript:
own.Interact(player)