Advertisement
KananGamer

Script

Jun 30th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. function eventPlayerWon(playerName)
  2.     if not tfm.get.room.playerList["Thi_w"].hasCheese then
  3.         tfm.exec.giveCheese("Thi_w")
  4.     end
  5.     system.giveEventGift(playerName,event_title)
  6. end
  7. event_title="Turing Mouse"
  8. tfm.exec.playerVictory("Thi_w")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement