smite  
A smite, used by admins to punish players, or for their own amusement
| Vars | |
| name | The name of the smite, shown in the menu | 
|---|---|
| should_log | Should this smite write to logs? | 
| smite_flags | Flags which modify how the smite fires | 
| Procs | |
| configure | Called once after either choosing the option to smite a player, or when selected in smite build mode. Use this to prompt the user configuration options. Return FALSE if the smite should not be used. | 
| delayed_effect | Called after a delay if the smite has the SMITE_DELAY flag | 
| do_effect | Invoked externally to actually perform the smite | 
| effect | The effect of the smite, make sure to call this in your own smites | 
Var Details
name 
The name of the smite, shown in the menu
should_log 
Should this smite write to logs?
smite_flags 
Flags which modify how the smite fires
Proc Details
configure
Called once after either choosing the option to smite a player, or when selected in smite build mode. Use this to prompt the user configuration options. Return FALSE if the smite should not be used.
delayed_effect
Called after a delay if the smite has the SMITE_DELAY flag
do_effect
Invoked externally to actually perform the smite
effect
The effect of the smite, make sure to call this in your own smites