curse 
Vars | |
| 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? |
Procs | |
| 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. |
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.