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


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple Issues Help Arched Castle Door and End Credits
No Author Offline
Posting Freak

Posts: 962
Threads: 10
Joined: Jun 2012
Reputation: 13
#21
RE: Chairs.

And if that doesn't work. Then I have no idea what's wrong with the chairs.

[Image: the-cabin-in-the-woods-masked-people.jpg]
02-09-2013, 12:52 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#22
RE: Chairs.

YAY! It now works! I just remove the extra seats. And presto! It work! Now, where are the f**king plates?!

"Veni, vidi, vici."
"I came, I saw, I conquered."
02-09-2013, 01:02 PM
Find
No Author Offline
Posting Freak

Posts: 962
Threads: 10
Joined: Jun 2012
Reputation: 13
#23
RE: Chairs.

In the kitchen entity. I think.

[Image: the-cabin-in-the-woods-masked-people.jpg]
02-09-2013, 01:06 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#24
RE: Chairs.

(02-09-2013, 12:28 PM)The chaser Wrote: Use

void OnEnter()
{

PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
}
It does loop, but whenever i enter a new map, it still plays. Anyway to stop this?

"Veni, vidi, vici."
"I came, I saw, I conquered."
02-09-2013, 03:42 PM
Find
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#25
RE: Chairs.

(02-09-2013, 03:42 PM)JustAnotherPlayer Wrote:
(02-09-2013, 12:28 PM)The chaser Wrote: Use

void OnEnter()
{

PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
}
It does loop, but whenever i enter a new map, it still plays. Anyway to stop this?

PHP Code: (Select All)
void OnLeave()
{
    
StopMusic(0.0f0);


[Image: 16455.png]
(This post was last modified: 02-09-2013, 03:43 PM by MulleDK19.)
02-09-2013, 03:43 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#26
RE: Chairs.

(02-09-2013, 03:43 PM)MulleDK19 Wrote:
(02-09-2013, 03:42 PM)JustAnotherPlayer Wrote:
(02-09-2013, 12:28 PM)The chaser Wrote: Use

void OnEnter()
{

PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
}
It does loop, but whenever i enter a new map, it still plays. Anyway to stop this?

PHP Code: (Select All)
void OnLeave()
{
    
StopMusic(0.0f0);

Thanks. Cheers for you, man!

"Veni, vidi, vici."
"I came, I saw, I conquered."
02-09-2013, 03:45 PM
Find




Users browsing this thread: 1 Guest(s)