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 Script Box help
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#3
RE: Script Box help

Simply:

AddEntityCollideCallback("Player", "Area", "Sound", true, 1);

void Sound (string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("", "Sound.snt", "SoundArea", 0.1, true);
}

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
12-04-2012, 05:59 PM
Find


Messages In This Thread
Script Box help - by liquiddr3amz - 12-04-2012, 05:44 PM
RE: Script Box help - by FlawlessHappiness - 12-04-2012, 05:54 PM
RE: Script Box help - by The chaser - 12-04-2012, 05:59 PM
RE: Script Box help - by liquiddr3amz - 12-04-2012, 06:21 PM
RE: Script Box help - by liquiddr3amz - 12-06-2012, 05:05 AM
RE: Script Box help - by FlawlessHappiness - 12-06-2012, 06:49 AM



Users browsing this thread: 1 Guest(s)