最终整理版
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
extends WarpGlobal
|
||||
|
||||
#
|
||||
func OnAreaEnter(player : PlayerAgent):
|
||||
if player and player.progress:
|
||||
if player.progress.GetQuest(ProgressCommons.Quest.TUTORIAL) < ProgressCommons.CompletedProgress:
|
||||
Network.PushNotification("出城前先去找埃拉诺。", player.peerID)
|
||||
return
|
||||
super.OnAreaEnter(player)
|
||||
Reference in New Issue
Block a user