Breakdown
Be good, or be good at it
- Joined
- Feb 5, 2009
- Messages
- 334
- Reaction score
- 9
So i just updated to TFS latest for 8.4.2, everything works fine as far as i can see.
Except ...i cant preform any commands / talkactions on my god. This is how i have it setup ::
The group access for god, is 10 but when i go ingame and for example do /i 2160 it says i cant execute the talkaction.
Any help.
Except ...i cant preform any commands / talkactions on my god. This is how i have it setup ::
Code:
<talkaction log="yes" words="/addskill" access="10" event="function" value="addSkill"/>
<talkaction log="yes" words="/attr" access="10" event="function" value="changeThingProporties"/>
<talkaction log="yes" words="/serverdiag" access="10" event="function" value="serverDiag"/>
<talkaction log="yes" words="/closeserver" access="9" event="script" value="closeopen.lua"/>
<talkaction log="yes" words="/openserver" access="9" event="script" value="closeopen.lua"/>
<talkaction log="yes" access="10" words="/shutdown" event="script" value="shutdown.lua"/>
<talkaction log="yes" access="10" words="/mode" event="script" value="mode.lua"/>
The group access for god, is 10 but when i go ingame and for example do /i 2160 it says i cant execute the talkaction.
Any help.