Fonts Can be used at varying Sizes, Bold, Italic, underlined and in various Font Colours
Lists are created by the List Code
When Posting code snippets please use the code2 syntax as this has highlighting for Lua, C++ and other languages.
For Example:
By using the buttons in the toolbar, select your word and choose "Huge" From the Drop down. Huge
Choose another word and select a Font Colour you can also use multiple BBCodes by selecting another code from the toolbar whilst the word is still selected.
Lists are created via the List and List= button. List= provides a numbered list whereas list is a standard bullet point list.
My List:
- item 1
- item 2
- item 3
Code for the preceding list:
- Code: Select all
[b][u]My List:[/u][/b]
[list]
[*] item 1
[*] item 2
[*] item 3
[/list]
My Numbered List:
- item 1
- item 2
- item 3
Code for the preceding list:
- Code: Select all
[b][u]My Numbered List:[/u][/b]
[list=1]
[*] item 1
[*] item 2
[*] item 3
[/list]
Display Lua code by using the code2= syntax button.
lua code
if( key == "1" )then
entity.setActionParam( entity_ID, action_ID, "Rotate Enabled", 0 )
end
Code for the preceding Lua Script:
- Code: Select all
[code2=lua]
if( key == "1" )then
entity.setActionParam( entity_ID, action_ID, "Rotate Enabled", 0 )
end
[/code2]