最终整理版
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends NpcScript
|
||||
|
||||
#
|
||||
func OnAreaEnter(player : PlayerAgent):
|
||||
if player and not player.ownScript:
|
||||
own.Interact(player)
|
||||
Reference in New Issue
Block a user