![]() |
Variable - 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: Variable (/thread-9569.html) |
Variable - X4anco - 08-03-2011 Hello peoples ![]() Would: Code: GetLocalVarInt(string& asName); Code: void Wake(string &in asTimer) Thanks RE: Variable - Apjjm - 08-03-2011 Yes it would, but your code has some errors. Firstly, you missed a pair of quotation marks. Secondly your function would loop endlessly; What you are currently doing: Code: void Wake(string &in asTimer) Code: void Wake(string &in asTimer) ![]() RE: Variable - X4anco - 08-03-2011 Thank-you ![]() ![]() ![]() ![]() |