First commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
function onUse(player, item, fromPosition, target, toPosition)
|
||||
item:getPosition():sendMagicEffect(CONST_ME_POFF)
|
||||
item:transform(6278, 1)
|
||||
item:getPosition():sendMonsterSay(player:getName() .. " blew out the candle.")
|
||||
return true
|
||||
end
|
||||
Reference in New Issue
Block a user