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 How to put out the lanter.
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#2
RE: How to put out the lanter.

(01-06-2012, 07:40 PM)idropfatkids Wrote: Hello!

How can i put out lantern for some few seconds when i go in a Scriptarea.
Not remove it, just put it of.

I tried this script, but nothing happend.


void OnStart()
{
AddEntityCollideCallback("Player", "ScriptArea_1", "Disablelanter", true, 1);
}


void Disablelanter(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("lantern", false);
}

Ty for your answers in advance! Smile
change SetEntityActive for
SetLanternDisabled(true);

Just look around in and you'll find some neat stuff Smile http://wiki.frictionalgames.com/hpl2/amn...ons#player

(This post was last modified: 01-06-2012, 07:51 PM by SilentStriker.)
01-06-2012, 07:50 PM
Find


Messages In This Thread
How to put out the lanter. - by idropfatkids - 01-06-2012, 07:40 PM
RE: How to put out the lanter. - by SilentStriker - 01-06-2012, 07:50 PM
RE: How to put out the lanter. - by idropfatkids - 01-06-2012, 09:12 PM
RE: How to put out the lanter. - by Krymtel - 01-07-2012, 12:45 AM
RE: How to put out the lanter. - by Dewi - 01-07-2012, 03:27 AM
RE: How to put out the lanter. - by Krymtel - 01-07-2012, 08:43 AM
RE: How to put out the lanter. - by MulleDK19 - 01-07-2012, 12:35 PM



Users browsing this thread: 1 Guest(s)