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

Count to 10!

Hmm wonder how many times i have posted the number 1 on this thread o_O well anyways...

One! :D
 
hmmm i think im gonna need a script for this thread lmao.

Lua:
function onGetBogartsText(text)
if bogartsays("restart") then
   doCreatureSay(cid, "One", TALKTYPE_ORANGE_1)
   else
   doremainsilent(cid)
   end
end
should work perfect! :p

hahah one.
 
Lua:
local thread = f130/count-10-a-57521/
local txt = restart
function onGetLastTextRestart(text)
         if getLastPost(thread, txt) == false then
         doPostOnThread(thread, txt)
         else
         doRemainSilent(cid)
   end
return TRUE
end
restart
 
Back
Top