Shiptest 13 - Modules - TypesVar Details

poster

Vars

never_randomDo we want to never appear in the random poster pool? Used in the random subtype to prevent infinite loops of random posters, and the NO ERP poster to make it effectively admin only.
random_basetypeif above is POSTER_SUBTYPES then what which subtypes we want to pull from?
random_poolif random_type is either POSTER_LIST or POSTER_ADD_FROM_LIST then what is the pool of posters we want to pull from/ add from?
random_typehow do we want to handle the random poster pool? POSTER_SUBTYPES chooses randomly from subtypes, AKA how it was handled before

Var Details

never_random

Do we want to never appear in the random poster pool? Used in the random subtype to prevent infinite loops of random posters, and the NO ERP poster to make it effectively admin only.

random_basetype

if above is POSTER_SUBTYPES then what which subtypes we want to pull from?

random_pool

if random_type is either POSTER_LIST or POSTER_ADD_FROM_LIST then what is the pool of posters we want to pull from/ add from?

random_type

how do we want to handle the random poster pool? POSTER_SUBTYPES chooses randomly from subtypes, AKA how it was handled before