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

Solved How does onThink work for 1.2?

Codex NG

Recurrent Flamer
Joined
Jul 24, 2015
Messages
2,994
Solutions
12
Reaction score
1,659
I am not exactly sure how onThink executes, what the kind of parameters are or how to get it working :p
Code:
    function onThink(creature, interval)
        return true
    end

I hardly ever ask questions about the framework because I will just sit there and test it if I have server running but this I don't seem to know how to initiate the script.

So if anyone has a moment and would like to explain to me how it works or what it could be used for and how you would get the script to run that would be great. :)
 
Back
Top