Hello, everything in my script goes flawless untill a certain point.. normally it would give an error in world.exe but it doesnt and I couldnt find a solution to this.
Code:
function TalkTalkTalk(pUnit, event)
Peter:SetHealth(1)
Peter:CastSpell(11)
Lady:ReturnToSpawnPoint()
Peter:RegisterEvent("MoreAndMoreTalk", 4000, 1)
end
-----------------Stops above and does not continue from here on.
function MoreAndMoreTalk(pUnit, event)
Lady:ReturnToSpawnPoint()
Lady:SetOrientation(6.228371)
Lady:SendChatMessage(12, 0, "You failed, again!")
Lady:RegisterEvent("AndMoreTalk", 4000, 1)
end
Does anyone got any solutions? I have tried to registerevent without the ""s but it still doesnt work