Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any place to ask for help without making a thread?
Author Message
Theforgot3n1 Offline
Member

Posts: 172
Joined: Apr 2012
Reputation: 6
Post: #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
Visit this user's website Find all posts by this user Quote this message in a reply
SilentStriker Offline
Posting Freak

Posts: 939
Joined: Jul 2011
Reputation: 39
Post: #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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)