Frictional Games Forum (read-only)
[SCRIPT] Particle Effects help - 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: [SCRIPT] Particle Effects help (/thread-19791.html)

Pages: 1 2


RE: Particle Effects help - Smackdown - 01-03-2013

No in front of Walls and normal doors.


RE: Particle Effects help - NaxEla - 01-04-2013

Put a sign area around the door/wall/sign then specify the Category and Entry name in the sign area's settings in the level editor.

Your lang should look something like this:

PHP Code:
<CATEGORY Name="YourCategoryName"
    <
Entry Name="YourEntryName">Text here will show up when player looks at the sign area.</Entry>
</
CATEGORY



RE: Particle Effects help - Smackdown - 01-04-2013

Thank you, now it works.