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 problem, help
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#5
RE: Script problem, help

(09-02-2013, 09:28 AM)Adrianis Wrote:
(09-02-2013, 08:52 AM)JustAnotherPlayer Wrote: Also, bool abLit is not defined as True or False.

Yes it is - it is a boolean parameter, meaning all he has to do is call
LitHallCandles(true);
or
LitHallCandles(false);
and the function will do the rest. Toward the bottom of the script, in OnEnter, he does that (under //Init stuff)

SetLampLit("candle_floor_*", abLit, false);

Is it a boolean? Or a string?

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


Messages In This Thread
Script problem, help - by Neelke - 09-01-2013, 09:20 PM
RE: Script problem, help - by PutraenusAlivius - 09-02-2013, 08:52 AM
RE: Script problem, help - by Adrianis - 09-02-2013, 09:28 AM
RE: Script problem, help - by PutraenusAlivius - 09-02-2013, 12:31 PM
RE: Script problem, help - by Tomato Cat - 09-02-2013, 01:01 PM



Users browsing this thread: 1 Guest(s)