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
Script Help FATAL ERROR: Could not load script file
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#16
RE: FATAL ERROR: Could not load script file

If it is only when you enter the area it will look something like this:
PHP Code: (Select All)
void OnStart()
{
AddEntityCollideCallback("Player""Area""Function"true1);
}

void Function(string &in asParentstring &in asChildint alState)
{
PlaySoundAtEntity("""NAMEOFSOUND""Player"0.0ffalse);


Trying is the first step to success.
(This post was last modified: 10-08-2015, 09:03 PM by FlawlessHappiness.)
10-08-2015, 09:02 PM
Find


Messages In This Thread
RE: FATAL ERROR: Could not load script file - by FlawlessHappiness - 10-08-2015, 09:02 PM



Users browsing this thread: 1 Guest(s)