Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. local function beingCoolCallback( player, descriptionId )
  2.     local t = {'Not cool :(', 'Cool :)', 'Ask me again.', 'Maybe tomorrow.'}
  3.    
  4.     return t[math.random(1, #t)]
  5. end
  6.  
  7. missionDescription:addCallback('BeingCoolDescriptionId', beingCoolCallback)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement