flamez3
Posting Freak
Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation:
57
RE: Ken's nightmare
void OnStart()
{
AddEntityCollideCallback("Player" , "ScriptArea_1" , "Disco" , true , 1);
}
void Disco(string &in asParent, string &in asChild, int alState)
{
PlayMusic("nameofmusic.ogg", true, 1, 0.5f, 0, false);
}
02-09-2012, 03:41 PM
furzor
Junior Member
Posts: 14
Threads: 2
Joined: Feb 2012
Reputation:
0
RE: Ken's nightmare
(02-09-2012, 03:41 PM) flamez3 Wrote: void OnStart()
{
AddEntityCollideCallback("Player" , "ScriptArea_1" , "Disco" , true , 1);
}
void Disco(string &in asParent, string &in asChild, int alState)
{
PlayMusic("nameofmusic.ogg", true, 1, 0.5f, 0, false);
}
Ty
02-09-2012, 04:00 PM
flamez3
Posting Freak
Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation:
57
RE: Ken's nightmare
(02-09-2012, 04:00 PM) furzor Wrote: (02-09-2012, 03:41 PM) flamez3 Wrote: void OnStart()
{
AddEntityCollideCallback("Player" , "ScriptArea_1" , "Disco" , true , 1);
}
void Disco(string &in asParent, string &in asChild, int alState)
{
PlayMusic("nameofmusic.ogg", true, 1, 0.5f, 0, false);
}
Tyc:
02-09-2012, 04:01 PM
Elven
Posting Freak
Posts: 862
Threads: 37
Joined: Aug 2011
Reputation:
26
RE: Ken's nightmare
Okay, played it.
Spoiler below!
Hmm... Only jumpscare it seriously got me was when i entered water level (at start) and tried to go off. That really got me. Others were meh...
Some of ideas were really nice...
Bonus level was like: "OMG, SO MUcH OF STUFF!!"
And then 5 seconds later "Yayyy, got so much shit..." FUS DO RAH! & Credits
.
Not bad for first, but too much pewy stuff xD...
Good luck with next one, if there will be one.
(This post was last modified: 02-10-2012, 02:48 PM by Elven .)
02-10-2012, 02:48 PM
trollox
Member
Posts: 215
Threads: 16
Joined: Dec 2011
Reputation:
3
RE: Ken's nightmare
haha thanks , and yeah i'm working on ken's nightmare2. And it's actually for cinnamontoast ken not for pewdy. He just happend to play it
Anyhow yeah i had way to many jumpscares. I'm just learning the basic atm. Soon i'll start working on a real story based mod. Thanks for your opinion though Elven.
Trollox.
02-10-2012, 03:13 PM
Kaizo
Junior Member
Posts: 14
Threads: 0
Joined: Dec 2011
Reputation:
0
RE: Ken's nightmare
Cool story. But I see on a picture a door in a oven... wheres the OVEN?
Sorry, but I can't findd the oven.
--KAIZO--
This is my signature.
02-10-2012, 05:00 PM
trollox
Member
Posts: 215
Threads: 16
Joined: Dec 2011
Reputation:
3
RE: Ken's nightmare
The oven "Stove" is in the disco room which is hidden behind 2 big paintings at the end of the map. ( map 2) that is.
(This post was last modified: 02-10-2012, 05:51 PM by trollox .)
02-10-2012, 05:51 PM
Kaizo
Junior Member
Posts: 14
Threads: 0
Joined: Dec 2011
Reputation:
0
RE: Ken's nightmare
(02-10-2012, 05:51 PM) trollox Wrote: The oven "Stove" is in the disco room which is hidden behind 2 big paintings at the end of the map. ( map 2) that is.Thank you
This is my signature.
02-23-2012, 06:49 PM
Vithcommalobsel
Junior Member
Posts: 46
Threads: 6
Joined: Jan 2012
Reputation:
0
RE: Ken's nightmare
I thought it was hilarious and fun. Great job
02-23-2012, 07:48 PM
trollox
Member
Posts: 215
Threads: 16
Joined: Dec 2011
Reputation:
3
RE: Ken's nightmare
Thanks man
02-23-2012, 08:39 PM