stoneharry

Untitled

Jun 24th, 2013
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /* Kobold script for northshire */
  2.  
  3. global KoboldAggro = function(plr)
  4. {
  5. Unit.SendChatMessage("You no take candle!");
  6. };
  7.  
  8. .RegisterUnitEvent(6, 1, KoboldAggro);
Advertisement
Add Comment
Please, Sign In to add comment