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
Level Editor Help BoxLights
7heDubz Offline
Posting Freak

Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation: 41
#2
RE: BoxLights

I am 100% there is a better way to do it but off the top of my head


void OnStart()
{
AddTimer("sanity", 1f, "timer");
SetLightVisible("PointLight_3", false);
}

void sanity(string &in asTimer)
{
GiveSanityBoost();
AddTimer("sanity", 1f, "timer");
}

07-10-2013, 01:53 PM
Find


Messages In This Thread
BoxLights - by The chaser - 07-10-2013, 01:14 PM
RE: BoxLights - by 7heDubz - 07-10-2013, 01:53 PM
RE: BoxLights - by Statyk - 07-10-2013, 07:56 PM
RE: BoxLights - by FlawlessHappiness - 07-11-2013, 01:13 AM
RE: BoxLights - by The chaser - 07-11-2013, 02:17 PM
RE: BoxLights - by Statyk - 07-11-2013, 07:43 AM



Users browsing this thread: 1 Guest(s)