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
Any place to ask for help without making a thread?
Theforgot3n1 Offline
Member

Posts: 192
Threads: 20
Joined: Apr 2012
Reputation: 6
#1
Any place to ask for help without making a thread?

Hello, i am just really stuck at some things, they seem to not make sense to me, but surely someone can easily fix it. And so i am asking if there is some thread where you can ask about a certain script that you CAN'T understand at all, instead of people making new threads (like that Theforgot3n1)...

For example:

void OnEnter()

{
AddLocalVarInt("lantern",0);
SetEntityPlayerInteractCallback( "Lantern" (when you pick up the lantern) , "SetVariable", true);
}

void SetVariable(string &in asEntity)
{
SetLocalVarInt("lantern", 1);
}

I just have no idea what is wrong, i have tried stuff for about 2-3 hours now and nothing seems to be it.


Confusion: a Custom Story - Ch1 for play!
http://www.frictionalgames.com/forum/thread-15477.html
About 50% built.
Delayed for now though!
(This post was last modified: 04-15-2012, 08:03 PM by Theforgot3n1.)
04-15-2012, 07:42 PM
Website Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#2
RE: Any place to ask for help without making a thread?

You can always pm me and I'll help you Smile


04-15-2012, 07:50 PM
Find




Users browsing this thread: 1 Guest(s)