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

curse

Vars

blood_samplesA list of all the blood samples that were found on our atoms, in our last go at the ritual
curse_colorWhat color do we outline cursed folk with?
durationThe duration of the curse
fingerprintsA list of all the fingerprints that were found on our atoms, in our last go at the ritual
max_rangeHow far can we curse people?

Procs

ask_for_inputAsks the user for input (Optional) Return TRUE to finish the curse Return FALSE to cancel the curse
curseCalls a curse onto [chosen_mob].
uncurseRemoves a curse from [chosen_mob]. Used in timers / callbacks.

Var Details

blood_samples

A list of all the blood samples that were found on our atoms, in our last go at the ritual

curse_color

What color do we outline cursed folk with?

duration

The duration of the curse

fingerprints

A list of all the fingerprints that were found on our atoms, in our last go at the ritual

max_range

How far can we curse people?

Proc Details

ask_for_input

Asks the user for input (Optional) Return TRUE to finish the curse Return FALSE to cancel the curse

curse

Calls a curse onto [chosen_mob].

uncurse

Removes a curse from [chosen_mob]. Used in timers / callbacks.