First commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
if creature:isPlayer() and creature:getPlayer():getStorageValue(293) == 7 then
|
||||
creature:getPlayer():setStorageValue(296,1)
|
||||
item:getPosition():sendMagicEffect(13)
|
||||
item:getPosition():sendMonsterSay("!-! -O- I_I (/( --I Morgathla")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user