最终整理版
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
extends NpcScript
|
||||
|
||||
#
|
||||
func OnStart():
|
||||
match GetQuest(WaterPondGlobal.QUEST_ID):
|
||||
ProgressCommons.SNAKE_PIT_BITING_THIRST.STARTED:
|
||||
OnFill()
|
||||
|
||||
func OnFill():
|
||||
var rid : int = own.get_rid().get_id()
|
||||
if not WaterPondGlobal.biteCounters.has(rid) and npc.get_node_or_null(own.nick) == null:
|
||||
(npc.ownScript as WaterPondGlobal).OnFillTick(own, own.position, 0)
|
||||
Mes("你把水罐浸入清水池。先别动,等水慢慢装满。")
|
||||
Reference in New Issue
Block a user