/tg/ Station 13 - Modules - TypesVar Details - Proc Details

signboard

Vars

edit_by_handIf TRUE, the sign can be edited without a pen.
lockedIf true, the text cannot be changed by players.
max_lengthThe maximum length of text that can be input onto the sign.
show_while_unanchoredIf text should be shown while unanchored.
sign_textThe current text written on the sign
text_imageThe image holding this sign's text

Procs

update_textCreates [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]