Space Station 13 - Modules - TypesVar Details - Proc Details

fancy

MARK: | Fancy Food Fancy food need to be opened first.

Vars

desc_openDescription when opened.
need_takeoutDoes it need to be taken out of the box?
open_soundThe sound that will be played when you open a food.
openedIs it ready to be eaten?

Procs

openOpens food box
opened_actSecond action on Alt+Click. Called only when food is opened
try_openTry to open food box Returns TRUE if it can be opened

Var Details

desc_open

Description when opened.

need_takeout

Does it need to be taken out of the box?

open_sound

The sound that will be played when you open a food.

opened

Is it ready to be eaten?

Proc Details

open

Opens food box

opened_act

Second action on Alt+Click. Called only when food is opened

try_open

Try to open food box Returns TRUE if it can be opened