observer 
Vars | |
bootime | The time between being able to use boo(), if fun_verbs is TRUE. |
---|---|
fun_verbs | Boolean on whether this ghost has access to 'fun' verbs in the ghost menu. |
ghost_hud_flags | Flags of huds the ghost currently has enabled, data huds & ghost vision by default. Selection: GHOST_DATA_HUDS | GHOST_VISION | GHOST_HEALTH | GHOST_CHEM | GHOST_GAS |
ghost_orbit | The shape the ghost will make while orbiting mobs. |
orbiting_ref | The POI we're orbiting (orbit menu) |
Procs | |
jump_to_interact | We orbit and interact with the target |
observer_view | We orbit the target or jump if its a turf |
on_deorbit | Called when we exit the orbiting state |
Var Details
bootime 
The time between being able to use boo(), if fun_verbs is TRUE.
fun_verbs 
Boolean on whether this ghost has access to 'fun' verbs in the ghost menu.
ghost_hud_flags 
Flags of huds the ghost currently has enabled, data huds & ghost vision by default. Selection: GHOST_DATA_HUDS | GHOST_VISION | GHOST_HEALTH | GHOST_CHEM | GHOST_GAS
ghost_orbit 
The shape the ghost will make while orbiting mobs.
orbiting_ref 
The POI we're orbiting (orbit menu)
Proc Details
jump_to_interact
We orbit and interact with the target
observer_view
We orbit the target or jump if its a turf
on_deorbit
Called when we exit the orbiting state