Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local shopModule = ShopModule:new()
  2. npcHandler:addModule(shopModule)
  3.  
  4. buff = 100
  5.  
  6. shopModule:addBuyableItem({'magic plate armor'}, 2175, 150+buff, 'spellbook')
  7.  
  8.  
  9. npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback)
  10. npcHandler:addModule(FocusModule:new())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement