bitrunning_points  
Attaches to a turf so it spawns a crate when a certain amount of points are added to it.
Vars | |
| points_goal | The amount required to spawn a crate | 
|---|---|
| points_received | A special condition limits this from spawning a crate | 
Procs | |
| on_add_points | Listens for points to be added which will eventually spawn a crate. | 
| reveal | Spawns the crate with some effects | 
Var Details
points_goal 
The amount required to spawn a crate
points_received 
A special condition limits this from spawning a crate
Proc Details
on_add_points
Listens for points to be added which will eventually spawn a crate.
reveal
Spawns the crate with some effects