Pro Warbringer
Retired with developing
Well since i started to Lua some again and i forgot a lot and i want to ask you people is this correct
or ive gotten rusty ;p
XXX - item id..
Kind Regard's
Pro Warbringer

XXX - item id..
LUA:
function onUse(cid, item, fromPosition, itemEx, toPosition)
if item.itemid == XXXX then
if getplayerLevel (cid) >= 50 then
doPlayerSendTextMessage (cid,21,"You Pulled the Mighty Lever")
else doPlayerSendCancel(cid,"You don't have the required level.")
end
if item.itemid == XXXX then
if getplayerLevel (cid) >= 50 then
doPlayerSendTextMessage (cid,21,"You Pulled the Mighty Lever")
else doPlayerSendCancel(cid,"You don't have the required level.")
end
end
return true
end
Kind Regard's
Pro Warbringer