![]() |
Alittle help with some crowbar + door stuff? - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Alittle help with some crowbar + door stuff? (/thread-15373.html) |
Alittle help with some crowbar + door stuff? - Cocomunches - 05-11-2012 Well, I believe the script is fine because I get no errors, so it must be something I've done in the mapping. ![]() So anyways, I put all the Script Areas in to place and I am wondering what could possibly be wrong. Is it possible for an error to occur in the script without errors given? Please help out! RE: Alittle help with some crowbar + door stuff? - Obliviator27 - 05-11-2012 If you map runs fine, be sure to check to make sure everything is named properly. That's really all I could tell you with available information. RE: Alittle help with some crowbar + door stuff? - Rapture - 05-11-2012 You could add some debug messages to see if your script is being called. RE: Alittle help with some crowbar + door stuff? - Streetboat - 05-11-2012 Post the code? I think I know what's wrong. It's likely the same thing that's always wrong with these types of things... the script is trying to call the wrong type of function. Check that the types are correct, that's on the lines that start with 'void'. RE: Alittle help with some crowbar + door stuff? - TeamSD - 05-11-2012 I think it may be the script areas. Try to put them little closer to the crowbar. Infact, put them right to the crowbar so when you put your crowbar in the position, and nothing happens, its the script that is faulty. RE: Alittle help with some crowbar + door stuff? - SilentStriker - 05-11-2012 There is a tutorial on how to do a Crowbar on door script in the Development article thread ![]() |