how i use scripts

SaltyBeggar

Skeletron
i want to know how use code
more specifically, recent thread script
i want to put in my signature
 
Last edited:
i want to know how use scripts
more specifically, recent thread script
i want to put in my signature
Can you be more specific, or point to an example?

There's really not any scripting language available for the client side of the forum. There's BBCode, but you seem to have figured that out.
 
There is no code/script that you can run in the web client.

Eta: you mean, like the thing some people have that shows their Steam status, except for TCF? We don't have anything like that.
 
Last edited:
Click on the button on the right side of the media button
When you click have the functions, quote, spoiler, code, and strike-through
What is the code function?
 
It's a formatting box similar to the quote box that prints text in a mono-space font that makes it easier to parse code. Example:

Code:
//---------------
#org 0xFF2F88
lock
msgbox 0x8FF2F94 MSG_KEEPOPEN //"A finely crafted ship.\nSadly, it ..."
release
end


//---------
// Strings
//---------
#org 0xFF2F94
= A finely crafted ship.\nSadly, it may never be popular.

It also comes with some syntax highlighting options to make PHP and HTML code easier to read at a glance. Otherwise, it functions pretty much like a fancier QUOTE tag.
 
Back
Top Bottom