Altering the 'help' command?

XanMag
I know there is an easy way to do this, but I would like to alter the help command from its original. Actually, I want to just add a couple of things. I've seen this done in other games I've sampled, but I do not know how to do it myself.

Sorry for the dumb question, but programming is not my forte. Thanks in advance!

RedTulip
Under the game object, go to "Commands". Add a new command, and for the command pattern, make it help.

If you're on the code viewer, something like this..
<command name="help1">
<pattern>help</pattern>
<script><![CDATA[
//whatever script here
]]></script>
</command>

Silver
Like this:

viewtopic.php?f=10&t=5002

This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums