Frictional Games Forum (read-only)

Full Version: Slide a note under the door?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I make a note slide from under the door like someone puts it under the door from the other side?
(11-04-2017, 11:26 AM)goodcap Wrote: [ -> ]How do I make a note slide from under the door like someone puts it under the door from the other side?

Make a tiny gap between the door and the frame, place the note on the other side and deactivate it, then activate it and use
Code:
AddPropForce(string& asName, float afX, float afY, float afZ, string& asCoordSystem);
[/quote]