ond
Veteran OT User
Last edited:
if getPlayerStorageValue(cid, 7781) == 1 then
if doPlayerRemoveItem(cid, egg, 1) then
for i = 19010, 19013 do
if getPlayerStorageValue(cid, i) == 1 then
v = true
else
selfSay('You havent done paradox quest', cid)
talk_state = 0 -- or nil?
end
end
else
selfSay('You dont have a phoenix egg', cid)
talk_state = 0
end
else
selfSay('...', cid)
talk_state = 0
end
if v then
selfSay('Thanks, here is your bless', cid)
doPlayerAddBlessing(cid,x)
talk_state = 0
end