• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

aol tile

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
i want an movement if someone walk on it he get a free aol
 
[17/10/2010 21:17:39] [Error - LuaScriptInterface::loadFile] data/movements/scripts/aol.lua:5: '<eof>' expected near 'end'
[17/10/2010 21:17:39] [Warning - Event::loadScript] Cannot load script (data/movements/scripts/aol.lua)
[17/10/2010 21:17:39] data/movements/scripts/aol.lua:5: '<eof>' expected near 'end'
didnt work
 
it should be like this
Code:
function onStepIn(cid, item, position, fromPosition)
    doPlayerAddItem(cid, xxxx, 1)
end
 
Back
Top