When posting a plugin here, make sure you "escape" out the characters [, ] and \, otherwise the forum might swallow them. For example, the forum will convert \\ to \.
To do this simply, take your plugin code and paste into a notepad window in MUSHclient.
Then select Convert -> Quote Forum Codes (Shift+Ctrl+Q).
Otherwise, things might look fine, but (for instance) if your code had [b] in it then it would come out in bold, and not be rendered literally.
eg.
a = my_array [b];
Thus, the correct way to post would be:
1. Do the step above, to convert forum codes.
2. Post it inside the tags:
[code]
.... your plugin here ....
[/code]
To do this simply, take your plugin code and paste into a notepad window in MUSHclient.
Then select Convert -> Quote Forum Codes (Shift+Ctrl+Q).
Otherwise, things might look fine, but (for instance) if your code had [b] in it then it would come out in bold, and not be rendered literally.
eg.
a = my_array [b];
Thus, the correct way to post would be:
1. Do the step above, to convert forum codes.
2. Post it inside the tags:
[code]
.... your plugin here ....
[/code]