Poll

Is this addon helpful?

Yes it is very helpful.
14 (51.9%)
Yeah kind of helpful.
3 (11.1%)
No not really.
2 (7.4%)
This is total trash!
8 (29.6%)

Total Members Voted: 27

Author Topic: Generic Help Script  (Read 1963 times)

This is a help thing that I made so that you don't even need to script your own mod to have /help command.
There are 5 RTB prefs to determine what the different lines will be that are displayed when you type /help.

I'll upload pictures later maybe.

Link: http://www.mediafire.com/download/531odes10k2y3rs/Script_GenericHelpScript.zip
« Last Edit: January 21, 2015, 09:36:16 AM by EV0_ »

This message was accidently posted and I don't know how to delete it.
« Last Edit: January 21, 2015, 09:40:30 AM by EV0_ »

This addon has been tested.

THIS. is actually helpful! ive been looking EVERY where for a help command that we can edit NOT thru the addon server.cs!

THIS. is actually helpful! ive been looking EVERY where for a help command that we can edit NOT thru the addon server.cs!
Thank you.

Holy stuff, this is useful.
Well done!

The add-on is nested. This will not work in blockland.

For future reference, you can just do messageClient(%client, '', "\c6"@$Pref::Help1); instead of messageClient(%client, '', "\c6"@$Pref::Help1@""); The ending @ "" isn't needed.

For future reference, you can just do messageClient(%client, '', "\c6"@$Pref::Help1); instead of messageClient(%client, '', "\c6"@$Pref::Help1@""); The ending @ "" isn't needed.
Oh yeah I made this a few months ago... Before I found out how @ worked.