Frictional Games Forum (read-only)

Full Version: [SCRIPT HELP]Need advice
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey guys, I'm making a custom story and i need a script where you pick up a note, it says something, and when you put it down, a TELEPORTING NAKED GUY appears on a table, and i want "24_iron_maiden.ogg" to play when he suddenly appears.

But I've never made a script before, Huh so can you help me?

Thanks. Big Grin

void OnStart()
{
SetEntityPlayerInteractCallback("note01", "appear", true);
}

void appear(string &in asEntity)
{
SetEntityActive("male_corpse_01", true);
}
how bout this script:

void OnAllScripts()
{
SetProperScareIdeaActive(true);
}

void BeOriginal (''fuckoffwith'', ''ThisIdea'')
{
SetCreativityActive("Creative.exe", true);
}


no offence but im raging at all these retarded jumpscares people put in their stories... a good starting tip on CS scripting: BE ORIGINAL..
(01-27-2012, 08:22 PM)darkadders Wrote: [ -> ]how bout this script:

void OnAllScripts()
{
SetProperScareIdeaActive(''true'');
}

void BeOriginal (fuckoffwith ThisIdea)
{
SetCreativityActive("Creative.exe", true);
}


no offence but im raging at all these retarded jumpscares people put in their stories... BE ORIGINAL..
As much as wouldn't rage this profoundly, I completely agree... I love originality and "TELEPORTING NAKED GUY" just screams to me that you're not taking your CS seriously, but hey, I can't stop you.
Theres a tutorial in the wiki(i suggested it Big Grin) http://wiki.frictionalgames.com/hpl2/tut...iferorange
(01-27-2012, 08:22 PM)darkadders Wrote: [ -> ]how bout this script:



void OnAllScripts()

{

SetProperScareIdeaActive(''true'');

}



void BeOriginal (fuckoffwith ThisIdea)

{

SetCreativityActive("Creative.exe", true);

}





no offence but im raging at all these retarded jumpscares people put in their stories... a good starting tip on CS scripting: BE ORIGINAL..



Jesus, it's not your mod, it's mine; i can do whatever i want with my mod.
(01-29-2012, 11:32 AM)Shadowman60 Wrote: [ -> ]
(01-27-2012, 08:22 PM)darkadders Wrote: [ -> ]how bout this script:



void OnAllScripts()

{

SetProperScareIdeaActive(''true'');

}



void BeOriginal (fuckoffwith ThisIdea)

{

SetCreativityActive("Creative.exe", true);

}





no offence but im raging at all these retarded jumpscares people put in their stories... a good starting tip on CS scripting: BE ORIGINAL..



Jesus, it's not your mod, it's mine; i can do whatever i want with my mod.
spoken like a true immature child.. no offense, i was tryin to bump you in the right direction on scripting and what people like on this forum. didnt expect a child to understand what i meant though. good luck with this amazing mod of yours.
(01-29-2012, 02:41 PM)darkadders Wrote: [ -> ]spoken like a true immature child.. no offense, i was tryin to bump you in the right direction on scripting and what people like on this forum. didnt expect a child to understand what i meant though. good luck with this amazing mod of yours.
He has a point, it's his mod; he needed help...I don't see how you could come to the conclusion that he is looking for criticism.

Also; "bumping" him in the right direction would offer him another idea...not cursing and mocking him.
(01-29-2012, 03:19 PM)flamez3 Wrote: [ -> ]
(01-29-2012, 02:41 PM)darkadders Wrote: [ -> ]spoken like a true immature child.. no offense, i was tryin to bump you in the right direction on scripting and what people like on this forum. didnt expect a child to understand what i meant though. good luck with this amazing mod of yours.
He has a point, it's his mod; he needed help...I don't see how you could come to the conclusion that he is looking for criticism.

Also; "bumping" him in the right direction would offer him another idea...not cursing and mocking him.
Agree.
(01-29-2012, 03:19 PM)flamez3 Wrote: [ -> ]
(01-29-2012, 02:41 PM)darkadders Wrote: [ -> ]spoken like a true immature child.. no offense, i was tryin to bump you in the right direction on scripting and what people like on this forum. didnt expect a child to understand what i meant though. good luck with this amazing mod of yours.
He has a point, it's his mod; he needed help...I don't see how you could come to the conclusion that he is looking for criticism.

Also; "bumping" him in the right direction would offer him another idea...not cursing and mocking him.
look, for once i think people should just stop with jumpscares.. im not the particular kind of person who critisizes people in need; i just wanted him to understand that jumpscares are just annoying ways of getting people an early heart attack. if he wants to script a mod he should atleast use some originality in there.. but, if he wants to be just like every other 20,000 individuals on this forum whos turned on by these things then i cant stop him.. jesus christ...
Pages: 1 2