Frictional Games Forum (read-only)
Any place to ask for help without making a thread? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Any place to ask for help without making a thread? (/thread-14822.html)



Any place to ask for help without making a thread? - Theforgot3n1 - 04-15-2012

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:

Code:
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.




RE: Any place to ask for help without making a thread? - SilentStriker - 04-15-2012

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