Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Lua by asd ( 16 years ago )
a = 0
b = 0
focus = 0
talk_start = 0
target = 0
following = false
attacking = false
function onThingMove(creature, thing, oldpos, oldstackpos)
end
function onCreatureAppear(creature)
end
function onCreatureDisappear(cid, pos)
end
function onCreatureTurn(creature)
end
function onCreatureSay(cid, type, msg)
end
function onCreatureChangeOutfit(creature)
end
f
function onThink()
if a == 0 then
a = os.time()
end
if os.difftime(os.time(), a) >= (1*5*1) then
selfSay('lol')
a = os.time()
end
b onThink()
if b == 0 then
lastclean = os.time()
end
if os.difftime(os.time(), b) >= (1*5*1) then
selfSay('XD')
b = os.time()
end
end
Revise this Paste