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
ladder script help
HoyChampoy Offline
Junior Member

Posts: 43
Threads: 16
Joined: Jun 2012
Reputation: 0
#9
RE: ladder script help

I know that already, its just i don't know how to use it or how it works. the code looks like this
SetEntityConnectionStateChangeCallback(string& asName, string& asCallback);

For the string asName do I put the name of the ladder or the name of the valve? and lets say for the asCallback, if i named it activateladderarea, would i put SetEntityActive in there? like this:

SetEntityConnectionStateChangeCallback(string &in asName, string &in asCallback);

void activateladderarea(string &in asEntity, int alState)
{
SetEntityActive("LadderArea_1", true);
}
(This post was last modified: 07-12-2012, 12:20 AM by HoyChampoy.)
07-12-2012, 12:14 AM
Find


Messages In This Thread
ladder script help - by HoyChampoy - 07-11-2012, 03:22 AM
RE: ladder script help - by Your Computer - 07-11-2012, 07:25 AM
RE: ladder script help - by HoyChampoy - 07-11-2012, 08:22 AM
RE: ladder script help - by Your Computer - 07-11-2012, 11:33 AM
RE: ladder script help - by HoyChampoy - 07-11-2012, 09:22 PM
RE: ladder script help - by Your Computer - 07-11-2012, 09:56 PM
RE: ladder script help - by HoyChampoy - 07-11-2012, 10:16 PM
RE: ladder script help - by Your Computer - 07-11-2012, 11:13 PM
RE: ladder script help - by HoyChampoy - 07-12-2012, 12:14 AM
RE: ladder script help - by Your Computer - 07-12-2012, 01:17 AM
RE: ladder script help - by HoyChampoy - 07-12-2012, 01:56 AM



Users browsing this thread: 1 Guest(s)