primitive_catgirl 
Vars | |
join_and_leave_log_cache | The cached string to display for additional info on who joined and who left. Nulled every time someone joins or leaves to ensure it gets re-generated. |
---|---|
ssd_time | The minimum time someone needs to be SSD before they can be put back in |
team | The team the spawner will assign players to and use to keep track of people that have already used the spawner |
went_back_to_sleep | The list of real names of those that have gone back into the hole.
Should get modified automatically by create() and put_back_in() . |
Procs | |
generate_item_drop_blacklist | Simple helper to generate the item drop blacklist based on the spawner's outfit, only taking the used slots into account. |
get_joined_and_left_log | Returns the join_and_leave_log_cache string if it already exists, otherwise
generates and returns it. |
put_back_in | Puts the target back into the spawner, effectively qdel'ing them after stripping them of all their items, and finishes by adding back a use to the spawner. |
Var Details
join_and_leave_log_cache 
The cached string to display for additional info on who joined and who left. Nulled every time someone joins or leaves to ensure it gets re-generated.
ssd_time 
The minimum time someone needs to be SSD before they can be put back in
team 
The team the spawner will assign players to and use to keep track of people that have already used the spawner
went_back_to_sleep 
The list of real names of those that have gone back into the hole.
Should get modified automatically by create()
and put_back_in()
.
Proc Details
generate_item_drop_blacklist
Simple helper to generate the item drop blacklist based on the spawner's outfit, only taking the used slots into account.
get_joined_and_left_log
Returns the join_and_leave_log_cache
string if it already exists, otherwise
generates and returns it.
put_back_in
Puts the target back into the spawner, effectively qdel'ing them after stripping them of all their items, and finishes by adding back a use to the spawner.