As the topic specifies, we would now like to notify (and encourage) authors to use the new phpBB GeSHi enhanced source code syntax highlighting when posting their scripts.
To use it, you can put your source code between the following tags:
 or
[rgss][/rgss]
[/code]
It is greatly encouraged that script authors or anyone pasting a script snippet use the above, as it eases the reading of source code.
Right now, the highlighting is tailored for RGSS 1 (or RMXP RGSS), so special modules like Vocab are not recognized; however, most modules or RGSS classes such as Graphics, Input and Game_Actor should be recognized by the highlighter and thus correctly annotated.
Thank you!
NOTE: There appears to be a character limit on the highlighter. If you're posting a large script, you may need to use the plain [ code ] tag.
Remember to turn off line numbers before you Cut/Paste. - BREW[/quote]
To use it, you can put your source code between the following tags:
Code:
[code=rgss]
 or
[rgss][/rgss]
[/code]
It is greatly encouraged that script authors or anyone pasting a script snippet use the above, as it eases the reading of source code.
Right now, the highlighting is tailored for RGSS 1 (or RMXP RGSS), so special modules like Vocab are not recognized; however, most modules or RGSS classes such as Graphics, Input and Game_Actor should be recognized by the highlighter and thus correctly annotated.
Thank you!
NOTE: There appears to be a character limit on the highlighter. If you're posting a large script, you may need to use the plain [ code ] tag.
Remember to turn off line numbers before you Cut/Paste. - BREW[/quote]