Frictional Games Forum (read-only)
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)

Pages: 1 2 3 4


RE: Help with Amnesia Level Editor - Tomato Cat - 04-28-2013

Have you tried using this?

PHP Code:
void AddPropForce(stringasNamefloat afXfloat afYfloat afZstringasCoordSystem);

//asName - the object to push; for bodies, use this format: ”entityName_bodyName“
//afX - magnitude along the X-axis
//afY - magnitude along the Y-axis
//afZ - magnitude along the Z-axis
//asCoordSystem - determines which coordinate system is used, usually “world” 

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?