Frictional Games Forum (read-only)
[SCRIPT] Sounds and monster - 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] Sounds and monster (/thread-20744.html)

Pages: 1 2


RE: Sounds and monster - PutraenusAlivius - 03-20-2013

(03-20-2013, 12:45 PM)Knusper. Wrote: now it works, thx.
BUT the sound still doesnt work.

You wrote
PHP Code:
    PlaySoundAtEntity("break_wood_metal2.ogg""break_wood_metal.snt""Player"0.1ffalse); 
Instead of
PHP Code:
    PlaySoundAtEntity("""break_wood_metal.snt""Player"0.1ffalse); 
This is because the internal name is not mentioned and therefore, useless (Please note that some parameters require you to wrote something in the internal name.)


RE: Sounds and monster - Knusper. - 03-20-2013

still doesnt work...