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
Question
Fusionz Offline
Junior Member

Posts: 2
Threads: 1
Joined: Jun 2013
Reputation: 0
#1
Question

Hello everybody, first of all I am new in this thing of Custom Stories and mapping, just wanted to ask one question.
I've got an idea to make in my CS, which is that when 'A' lamp is lit, the door is opened else you die.

I've been trying like doing if SetLampLit but I think it doesn't work out? (I don't know right), I tried to make variables but didn't go that well.

If anyone could help me with that, I would really appreciate it Smile

If you still didn't get the idea; there are 10 lamps over a place, only one lamp should be lit, if that lamp is lit then the door is opened, if any other lamp besides that one is lit you die.

Greetings!
06-21-2013, 01:10 AM
Find
7heDubz Offline
Posting Freak

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

Well, it doesn't sound like you need any variable at all really.

you know how you click on a torch and it will light up? just put a script area around every torch and when the player clicks on it either set the player health to 0 (Just have the game call one callback for all 9 torches)or set the door unlocked (through script)

(This post was last modified: 06-21-2013, 01:41 AM by 7heDubz.)
06-21-2013, 01:41 AM
Find
Fusionz Offline
Junior Member

Posts: 2
Threads: 1
Joined: Jun 2013
Reputation: 0
#3
RE: Question

(06-21-2013, 01:41 AM)WIWWM Wrote: Well, it doesn't sound like you need any variable at all really.



you know how you click on a torch and it will light up? just put a script area around every torch and when the player clicks on it either set the player health to 0 (Just have the game call one callback for all 9 torches)or set the door unlocked (through script)

Well yea I guess I got to put areas as I still don't get it working, I'll notice back if it works!
06-21-2013, 02:00 AM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#4
RE: Question

Use SetLocalVarInt for the variables. Global if you want this to be done across maps.

"Veni, vidi, vici."
"I came, I saw, I conquered."
06-21-2013, 03:55 AM
Find




Users browsing this thread: 1 Guest(s)