• 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!

Lua I wanted a reflect stone script 0.4 8.60

Lua:
function reflectStone(cid)
    if cid == "stone" then
        print("reflect")
    end
end

Memes aside.. what are we supposed to do with this post?
There is literally zero information about what you want the script to do..
 
Lua:
function reflectStone(cid)
    if cid == "stone" then
        print("reflect")
    end
end

Memes aside.. what are we supposed to do with this post?
There is literally zero information about what you want the script to do..
tested, working, thanks.
 
Back
Top