Altering the 'help' command?

XanMag
15 Mar 2015, 04:01I 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!
Sorry for the dumb question, but programming is not my forte. Thanks in advance!
RedTulip
15 Mar 2015, 06:41Under 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..
If you're on the code viewer, something like this..
<command name="help1">
<pattern>help</pattern>
<script><![CDATA[
//whatever script here
]]></script>
</command>