hallucination_manager
Vars | |
hallucination_list | A list with all of our hallucinations |
---|---|
images | A list with any images that we made separately from our hallucinations |
initial_hallucination | The first hallucination that we spawn. Also doubles as a reference to our hallucination |
owner | Person on who this hallucination is |
trigger_time | How fast do we need to start our first trigger |
trigger_timer | Reference to the timer that will do the first trigger |
Procs | |
get_spawn_location | Returns a turf on where to spawn a hallucination |
on_spawn | The proc that runs when our hallucination is first spawned |
on_trigger | Trigger. By default will delete the manager |
Var Details
hallucination_list
A list with all of our hallucinations
images
A list with any images that we made separately from our hallucinations
initial_hallucination
The first hallucination that we spawn. Also doubles as a reference to our hallucination
owner
Person on who this hallucination is
trigger_time
How fast do we need to start our first trigger
trigger_timer
Reference to the timer that will do the first trigger
Proc Details
get_spawn_location
Returns a turf on where to spawn a hallucination
on_spawn
The proc that runs when our hallucination is first spawned
on_trigger
Trigger. By default will delete the manager