fancy
MARK: | Fancy Food Fancy food need to be opened first.
Vars | |
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? |
Procs | |
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 |
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