Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function spawnz(punit, event)
- casterone = punit
- RegisterTimedEvent("castone", 1000, 1)
- end
- function spawnzz(punit, event)
- castertwo = punit
- RegisterTimedEvent("casttwo", 1000, 1)
- end
- function spawnzzz(punit, event)
- casterthree = punit
- RegisterTimedEvent("castthree", 1000, 1)
- end
- function spawnzzzz(punit, event)
- casterfour = punit
- RegisterTimedEvent("castfour", 1000, 1)
- end
- function spawnzzzzz(punit, event)
- casterfive = punit
- RegisterTimedEvent("castfive", 1000, 1)
- end
- function castone(punit, event)
- casterone:ChannelSpell(72303, castertwo)
- end
- function casttwo(punit, event)
- castertwo:ChannelSpell(72303, casterthree)
- end
- function castthree(punit, event)
- casterthree:ChannelSpell(72303, casterfour)
- end
- function castfour(punit, event)
- casterfour:ChannelSpell(72303, casterfive)
- end
- function castfive(punit, event)
- casterfive:ChannelSpell(72303, casterone)
- end
- RegisterUnitEvent(caster1id, 18, "spawnz")
- RegisterUnitEvent(caster2id, 18, "spawnzz")
- RegisterUnitEvent(caster3id, 18, "spawnzzz")
- RegisterUnitEvent(caster4id, 18, "spawnzzzz")
- RegisterUnitEvent(caster5id, 18, "spawnzzzzz")
Advertisement
Add Comment
Please, Sign In to add comment