| /proc/check_zone | Convert a PRECISE ZONE into the BODY_ZONE |
|---|
| /proc/ran_zone | Return the zone or randomly, another valid zone |
|---|
| /proc/above_neck | Would this zone be above the neck |
|---|
| /proc/stars | Convert random parts of a passed in message to stars |
|---|
| /proc/Gibberish | Turn text into complete gibberish! |
|---|
| /proc/shake_camera | Shake the camera of the person viewing the mob SO REAL!
Takes the mob to shake, the time span to shake for, and the amount of tiles we're allowed to shake by in tiles
Duration isn't taken as a strict limit, since we don't trust our coders to not make things feel shitty. So it's more like a soft cap. |
|---|
| /proc/recoil_camera | Helper proc for a similar function to shake_camera, expect this one kicks the camera back at an opposite angle rather then skake_camera's irratic jittering. |
|---|
| /proc/findname | Find if the message has the real name of any user mob in the mob_list |
|---|
| /proc/notify_ghosts | Fancy notifications for ghosts |
|---|
| /proc/isAdminObserver | Is the passed in mob a ghost with admin powers, doesn't check for AI interact like isAdminGhost() used to |
|---|
| /proc/isAdminGhostAI | Is the passed in mob an admin ghost WITH AI INTERACT enabled |
|---|
| /proc/offer_control | Offer control of the passed in mob to dead player |
|---|
| /proc/get_path_by_slot | Returns a generic path of the object based on the slot |
|---|
| /proc/get_player_client | Returns a client from a mob, mind or client |
|---|