Ladder falling script - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: Ladder falling script (/thread-5411.html) Pages:
1
2
|
RE: Ladder falling script - Gamemakingdude - 11-13-2010 I've tried disabling both and he'll still climb. RE: Ladder falling script - jens - 11-13-2010 Not sure it is possible, as there is nothing like it in the game I think. Have you tried using SetEntityInteractionDisabled(string& asName, bool abDisabled);? Have you made sure that the callback when you want the player to fall off the ladder actually is triggered? RE: Ladder falling script - Gamemakingdude - 11-13-2010 I shall try that jen. Nope it doesn't work the SetEntityInteractionDisabled doesn't do anything at all. I'll probs try something else, thanks for helping though guys. |