Frictional Games Forum (read-only)

Full Version: How do i insert potions into furniture?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i insert potions, oil ,keys and suff into furniture like tables and containers?
some entities can be checked as "breakeable", and for example a vase, in the entity tab, you can set "contained item" and choose what u want.
then for exe. a table, u need a script:
SetEntityCallbackFunc(string& asName, string& asCallback);
Calls a function when the player interacts with a certain entity.
Callback syntax: void MyFunc(string &in asEntity, string &in type)
Type depends on entity type and includes: “OnPickup”, “Break”, “OnIgnite”, etc
then in the void youll have:
SetEntityActive("?", true);
Otherwise you would just zoom into the drawers and place it inside