<?xml version="1.0" encoding="UTF-8"?>
<mod name="Simple script" version="1.0" author="Damadger" contact="otland.net" enabled="yes">
<config name="tutorial_m"><![CDATA[
msg = "Soon, www.OT.net"
-- you will put the action id you defin down on the lever
]]></config>
<action actionid="2275" event="script"> <![CDATA[
domodlib('tutorial_m')
function onUse(cid, item, fromPosition, itemEx, toPosition)
doPlayerSendTextMessage(cid,22,msg)
return doTransformItem(item.uid,( item.itemid == 1945 and 1946 or 1945 ))
end
]]> </action>
</mod>