signboard 
Vars | |
| edit_by_hand | If TRUE, the sign can be edited without a pen. |
|---|---|
| locked | If true, the text cannot be changed by players. |
| max_length | The maximum length of text that can be input onto the sign. |
| show_while_unanchored | If text should be shown while unanchored. |
| sign_text | The current text written on the sign |
| text_image | The image holding this sign's text |
Procs | |
| update_text | Creates [text_image] if it doesn't exist, and sets its maptext to [sign_text] |
Var Details
edit_by_hand 
If TRUE, the sign can be edited without a pen.
locked 
If true, the text cannot be changed by players.
max_length 
The maximum length of text that can be input onto the sign.
show_while_unanchored 
If text should be shown while unanchored.
sign_text 
The current text written on the sign
text_image 
The image holding this sign's text
Proc Details
update_text
Creates [text_image] if it doesn't exist, and sets its maptext to [sign_text]