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

from_ghosts

Ghost rulesets

Rulesets which select an observer/ghost player to play as a new character

Implementation notes:

Vars

candidate_roleText shown in the candidate poll. Optional, if unset uses pref_flag. (Though required if pref_flag is unset)
signup_atom_appearancePath of an item to show up in ghost polls for applicants to sign up.

Procs

create_ruleset_bodyHandles making the body for the candidate

Var Details

candidate_role

Text shown in the candidate poll. Optional, if unset uses pref_flag. (Though required if pref_flag is unset)

signup_atom_appearance

Path of an item to show up in ghost polls for applicants to sign up.

Proc Details

create_ruleset_body

Handles making the body for the candidate

Handling loc is not necessary here - you can do it in assign_role

Returning null will skip body creation entirely, though you will be expected to do it yourself in assign_role