sonar_ping 
Vars | |
follow_creature | If we're following the creature as we move or not |
---|---|
mod_man | The person in the modsuit at the moment, really just used to remove this from their screen |
modsuit_image | The image shown to modsuit users |
pinged_person | The creature we're placing this on |
real_icon_state | The icon state applied to the image created for this ping. |
Procs | |
on_target_moved | If the target moves & we have follow_creature = TRUE, then we want to also update the location of the ping when the creature moves |
on_user_moved | If the user moves, we want to move the effect on top of them so they always see it |
Var Details
follow_creature 
If we're following the creature as we move or not
mod_man 
The person in the modsuit at the moment, really just used to remove this from their screen
modsuit_image 
The image shown to modsuit users
pinged_person 
The creature we're placing this on
real_icon_state 
The icon state applied to the image created for this ping.
Proc Details
on_target_moved
If the target moves & we have follow_creature = TRUE, then we want to also update the location of the ping when the creature moves
on_user_moved
If the user moves, we want to move the effect on top of them so they always see it