Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Technical Support » Win32 FDS » BrenBot
Re: BrenBot [message #435734 is a reply to message #435592] Sat, 28 August 2010 08:57 Go to previous messageGo to previous message
trooprm02 is currently offline  trooprm02
Messages: 3266
Registered: August 2005
Location: Canada
Karma:
General (3 Stars)
If you are able to use a command ingame, but not in IRC, you just need to add IRC to its group in commands.xml or the plugins .xml file. For example, ill use !locate:

<command name="locate">
<hideInHelp value="1" />
<group>ingame</group>
<help value="Displays the position of your teammate." />
<permission level="1" />
<syntax value="!locate &lt;teammate&gt;" />
<enabled value="0" />
</command>

If you wanna also use locate in IRC (!locate would be picked up, but wouldn't actually display your position obviously), add:

<command name="locate">
<hideInHelp value="1" />
<group>ingame</group>
<group>irc</group>
<help value="Displays the position of your teammate." />
<permission level="1" />
<syntax value="!locate &lt;teammate&gt;" />
<enabled value="0" />
</command>


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: BrenBot problem-Fixed
Next Topic: Lua load problem
Goto Forum:
  


Current Time: Wed Aug 14 03:45:23 MST 2024

Total time taken to generate the page: 0.00644 seconds