![]() |
Help with Amnesia Level Editor - 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: Help with Amnesia Level Editor (/thread-21285.html) |
RE: Help with Amnesia Level Editor - Tomato Cat - 04-28-2013 Have you tried using this? PHP Code: void AddPropForce(string& asName, float afX, float afY, float afZ, string& asCoordSystem); Also, what's the entity you're trying to move? RE: Help with Amnesia Level Editor - Natsu - 12-30-2013 Tomato Cat: No, haven't tried. I have started my project over since I didn't like how it was looking, and starting using these commands, but I have a little problem, when using the music script once the music is over it does not start all again. How do I make the music last until I tell it to change? |