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 
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.
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.