pointed
Vars | |
active_msg | Message showing to the spell owner upon activating pointed spell. |
---|---|
aim_assist | Variable dictating if the spell will use turf based aim assist |
deactive_msg | Message showing to the spell owner upon deactivating pointed spell. |
self_castable | Variable dictating if the user is allowed to cast a spell on himself. |
Procs | |
intercept_check | intercept_check: Specific spell checks for InterceptClickOn() targets. |
on_activation | on_activation: What happens upon pointed spell activation. |
on_deactivation | on_activation: What happens upon pointed spell deactivation. |
Var Details
active_msg
Message showing to the spell owner upon activating pointed spell.
aim_assist
Variable dictating if the spell will use turf based aim assist
deactive_msg
Message showing to the spell owner upon deactivating pointed spell.
self_castable
Variable dictating if the user is allowed to cast a spell on himself.
Proc Details
intercept_check
intercept_check: Specific spell checks for InterceptClickOn() targets.
Arguments:
- user The mob using the ranged spell via intercept.
- target The atom that is being targeted by the spell via intercept.
- silent If the checks should produce not any feedback messages for the user.
on_activation
on_activation: What happens upon pointed spell activation.
Arguments:
- user The mob interacting owning the spell.
on_deactivation
on_activation: What happens upon pointed spell deactivation.
Arguments:
- user The mob interacting owning the spell.