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
Yet another noob to the ranks
Som1Lse Offline
Member

Posts: 183
Threads: 9
Joined: Sep 2010
Reputation: 0
#12
RE: Yet another noob to the ranks

(12-03-2010, 05:12 PM)Nitt Wrote: should I post a new thread for each question? I'm not sure how it works here
I think it might be best to keep all related questions in one topic.
Also to make one topic with a lot of questions if you've got a lot at the same time.
Otherwise I think making more topics is the best idea.
Anyway I don't think there are any rules about it.

(12-03-2010, 05:12 PM)Nitt Wrote: is there a way to script the lighting of a torch/candle to cause an event? I'm thinking Zelda terms, where lighting all four torches in a room will open the door, you know?
There was a custom story that did that.
I think it is called "Cursed summoning part 1" or something like that.

The functions to use are probably
/**
* Callback syntax: MyFunc(string &in entity, string &in type). Type depends on entity type and includes: "OnPickup", "Break", "OnIgnite", etc
*/
void  SetEntityCallbackFunc(string& asName, string& asCallback);
/**
* A callback called when ever the connection state changes (button being switched on). Syntax: void Func(string &in EntityName, int alState). alState: -1=off, 0=between 1=on
*/
void  SetEntityConnectionStateChangeCallback(string& asName, string& asCallback);

@Devs:
Wouldn't it be good to have a syntax highlighter plugin on the forums.
So you can post highlighted code?
(This post was last modified: 12-03-2010, 07:59 PM by Som1Lse.)
12-03-2010, 07:48 PM
Website Find


Messages In This Thread
Yet another noob to the ranks - by Nitt - 12-03-2010, 02:56 AM
RE: Yet another noob to the ranks - by Chilton - 12-03-2010, 04:10 AM
RE: Yet another noob to the ranks - by Nitt - 12-03-2010, 04:25 AM
RE: Yet another noob to the ranks - by Dark88 - 12-03-2010, 05:23 AM
RE: Yet another noob to the ranks - by Chilton - 12-03-2010, 06:27 AM
RE: Yet another noob to the ranks - by Dark88 - 12-03-2010, 07:12 AM
RE: Yet another noob to the ranks - by Chilton - 12-03-2010, 07:20 AM
RE: Yet another noob to the ranks - by Som1Lse - 12-03-2010, 08:23 AM
RE: Yet another noob to the ranks - by Nitt - 12-03-2010, 08:32 AM
RE: Yet another noob to the ranks - by Som1Lse - 12-03-2010, 12:13 PM
RE: Yet another noob to the ranks - by Nitt - 12-03-2010, 05:12 PM
RE: Yet another noob to the ranks - by Som1Lse - 12-03-2010, 07:48 PM
RE: Yet another noob to the ranks - by Nitt - 12-04-2010, 07:00 AM
RE: Yet another noob to the ranks - by Akumasama - 12-04-2010, 09:44 AM
RE: Yet another noob to the ranks - by Nitt - 12-04-2010, 05:43 PM
RE: Yet another noob to the ranks - by Som1Lse - 12-04-2010, 05:50 PM
RE: Yet another noob to the ranks - by Akumasama - 12-05-2010, 11:27 AM
RE: Yet another noob to the ranks - by Som1Lse - 12-05-2010, 01:12 PM
RE: Yet another noob to the ranks - by Akumasama - 12-05-2010, 07:13 PM



Users browsing this thread: 1 Guest(s)