Update - 1.3.0.69
EN: 1.3.0.69 CN: 1.3.0.70 JP: 1.3.0.72 KR: 1.3.0.76
This commit is contained in:
@@ -563,11 +563,19 @@ function NpcOptionCtrl:OnBtnClick_Talk(btn)
|
||||
self:ClosePanel(true)
|
||||
return
|
||||
end
|
||||
local nAnimLen = 0
|
||||
if self.nType == 1 then
|
||||
self._mapNode.ainPanel:Play("NpcOptionSelect_in")
|
||||
nAnimLen = NovaAPI.GetAnimClipLength(self._mapNode.ainPanel, {
|
||||
"NpcOptionSelect_in"
|
||||
})
|
||||
else
|
||||
self._mapNode.ainPanel:Play("NpcOptionSelectRed_in")
|
||||
nAnimLen = NovaAPI.GetAnimClipLength(self._mapNode.ainPanel, {
|
||||
"NpcOptionSelectRed_in"
|
||||
})
|
||||
end
|
||||
EventManager.Hit(EventId.TemporaryBlockInput, nAnimLen)
|
||||
if self.nEventAction ~= 0 then
|
||||
local mapEventAction = ConfigTable.GetData("StarTowerEventAction", self.nEventAction)
|
||||
if mapEventAction ~= nil and mapEventAction.TrigVoice ~= "" then
|
||||
|
||||
Reference in New Issue
Block a user