The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Amnesia sound problem?
heroswine24 Offline
Junior Member

Posts: 2
Threads: 1
Joined: Apr 2013
Reputation: 0
#1
Question  Amnesia sound problem?

Hello all of Frictional Games, and Amnesia Scripters, I have a problem with scripting sounds into my amnesia custom story.I have tried countless times to enter them, they are original sounds from amnesia NOT CUSTOM. They just don't make any sound whether I collide, interact, or anything else.

I really need help to continue my story, plz reply Smile
Oh also here is my script,


void OnStart()
{
AddEntityCollideCallback("Player", "ScriptArea_2", "strangesounds", true, 0);
}

void strangesounds(string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("", "amb_idle_scratch02.ogg", "Player", 0, false);
}
04-01-2013, 06:41 AM
Find


Messages In This Thread
Amnesia sound problem? - by heroswine24 - 04-01-2013, 06:41 AM
RE: Amnesia sound problem? - by PutraenusAlivius - 04-01-2013, 07:01 AM
RE: Amnesia sound problem? - by heroswine24 - 04-01-2013, 11:25 PM
RE: Amnesia sound problem? - by OriginalUsername - 04-02-2013, 08:57 AM



Users browsing this thread: 1 Guest(s)