kito2
www.masteria.net
Like topic name says I need: a global exhausted for players of a certain guild on a talkaction.
I have been thinking on how to do it, but I couldn't make...
I thought on an array at talkactions by the following:
And the comparing normal exhaustion system but don't know how it works.
I have been thinking on how to do it, but I couldn't make...
I thought on an array at talkactions by the following:
LUA:
exhausted_guild = {}
...
exhausted_guild[guild_id] = last_execution
And the comparing normal exhaustion system but don't know how it works.