/tg/ Station 13 - Modules - TypesVar Details - Proc Details

xenobio

Vars

connected_recyclerThe recycler connected to the camera console
current_potionThe single slime potion stored inside the console
max_slimesThe maximum amount of slimes that fit in the machine
monkeysThe amount of monkey cubes inside the machine
stored_slimesThe slimes stored inside the console

Procs

XenoMonkeyClickCtrlPicks up a dead monkey for recycling
XenoSlimeClickAltFeeds a stored potion to a slime
XenoSlimeClickCtrlScans the target slime
XenoSlimeClickShiftPicks up a slime, and places them in the internal storage
XenoTurfClickCtrlPlaces a monkey from the internal storage
XenoTurfClickShiftPlaces all slimes from the internal storage
feed_slimePlaces one monkey, if possible
monkey_recycleRecycles the target monkey
slime_pickupPlaces every slime not controlled by a player into the internal storage, respecting its limits Returns TRUE to signal it hitting the limit, in case its being called from a loop and we want it to stop
slime_placePlaces every slime in storage on target turf

Var Details

connected_recycler

The recycler connected to the camera console

current_potion

The single slime potion stored inside the console

max_slimes

The maximum amount of slimes that fit in the machine

monkeys

The amount of monkey cubes inside the machine

stored_slimes

The slimes stored inside the console

Proc Details

XenoMonkeyClickCtrl

Picks up a dead monkey for recycling

XenoSlimeClickAlt

Feeds a stored potion to a slime

XenoSlimeClickCtrl

Scans the target slime

XenoSlimeClickShift

Picks up a slime, and places them in the internal storage

XenoTurfClickCtrl

Places a monkey from the internal storage

XenoTurfClickShift

Places all slimes from the internal storage

feed_slime

Places one monkey, if possible

monkey_recycle

Recycles the target monkey

slime_pickup

Places every slime not controlled by a player into the internal storage, respecting its limits Returns TRUE to signal it hitting the limit, in case its being called from a loop and we want it to stop

slime_place

Places every slime in storage on target turf