text_input ![code/modules/events/_event_admin_setup.dm 48](git.png)
For admin setups that want a custom string. Suggests what the event would have picked normally.
Vars | |
chosen | Picked string to be applied. |
---|---|
input_text | Text to ask the user, for example "What horrifying truth will you reveal?" |
Procs | |
get_text_suggestion | Returns a string to suggest to the admin, which would be what the event would have chosen. No suggestion if an empty string, which is default behavior. |
Var Details
chosen ![code/modules/events/_event_admin_setup.dm 54](git.png)
Picked string to be applied.
input_text ![code/modules/events/_event_admin_setup.dm 50](git.png)
Text to ask the user, for example "What horrifying truth will you reveal?"
Proc Details
get_text_suggestion
Returns a string to suggest to the admin, which would be what the event would have chosen. No suggestion if an empty string, which is default behavior.