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

soulcatcher_soul

Vars

able_to_emoteIs the soul able to emote inside the soulcatcher room?
able_to_emote_as_containerIs the soul able to emote as the object it is inside?
able_to_leaveIs the soul able to leave the soulcatcher?
able_to_renameIs the soul able to change their own name?
able_to_speakIs the soul able to speak inside the soulcatcher room?
able_to_speak_as_containerIs the soul able to speak as the object it is inside?
body_scan_neededDoes the body need scanned?
communicating_externallyAre emote's and Say's done through the container the mob is in?
current_roomWhat is the weakref of the soulcatcher room are we currently in?
internal_hearingIs the soul able to "hear" things from inside of the soulcatcher?
internal_sightIs the soul able to "see" things from inside of the soulcatcher?
ooc_notesWhat are the ooc notes for the soul?
outside_hearingIs the soul able to hear things from the outside world?
outside_sightIs the soul able to see things in the outside world?
previous_bodyAssuming we died inside of the round? What is our previous body?
round_participantDid the soul live within the round? This is checked if we want to transfer the soul to another body.
soul_descWhat does our soul look like?

Procs

change_nameChanges the soul's name based off new_name. Returns TRUE if the name has been changed, otherwise returns FALSE.
leave_soulcatcherChecks if the mob wants to leave the soulcatcher. If they do and are able to leave, they are booted out.
reset_nameAttempts to reset the soul's name to its name in prefs. Returns TRUE if the name is reset, otherwise returns FALSE.
return_to_bodyAssuming we have a previous body a present mind on our soul, we are going to transfer the mind back to the old body.
toggle_hearingToggles whether or not the soul inside the soulcatcher can see the outside world. Returns the state of the outside_hearing variable.
toggle_sightToggles whether or not the soul inside the soulcatcher can see the outside world. Returns the state of the outside_sight variable.

Var Details

able_to_emote

Is the soul able to emote inside the soulcatcher room?

able_to_emote_as_container

Is the soul able to emote as the object it is inside?

able_to_leave

Is the soul able to leave the soulcatcher?

able_to_rename

Is the soul able to change their own name?

able_to_speak

Is the soul able to speak inside the soulcatcher room?

able_to_speak_as_container

Is the soul able to speak as the object it is inside?

body_scan_needed

Does the body need scanned?

communicating_externally

Are emote's and Say's done through the container the mob is in?

current_room

What is the weakref of the soulcatcher room are we currently in?

internal_hearing

Is the soul able to "hear" things from inside of the soulcatcher?

internal_sight

Is the soul able to "see" things from inside of the soulcatcher?

ooc_notes

What are the ooc notes for the soul?

outside_hearing

Is the soul able to hear things from the outside world?

outside_sight

Is the soul able to see things in the outside world?

previous_body

Assuming we died inside of the round? What is our previous body?

round_participant

Did the soul live within the round? This is checked if we want to transfer the soul to another body.

soul_desc

What does our soul look like?

Proc Details

change_name

Changes the soul's name based off new_name. Returns TRUE if the name has been changed, otherwise returns FALSE.

leave_soulcatcher

Checks if the mob wants to leave the soulcatcher. If they do and are able to leave, they are booted out.

reset_name

Attempts to reset the soul's name to its name in prefs. Returns TRUE if the name is reset, otherwise returns FALSE.

return_to_body

Assuming we have a previous body a present mind on our soul, we are going to transfer the mind back to the old body.

toggle_hearing

Toggles whether or not the soul inside the soulcatcher can see the outside world. Returns the state of the outside_hearing variable.

toggle_sight

Toggles whether or not the soul inside the soulcatcher can see the outside world. Returns the state of the outside_sight variable.