Frictional Games Forum (read-only)
Variables - 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: Variables (/thread-11938.html)



Variables - hoppem - 12-19-2011

Can someone please explain variables because i have no idea what there used for

Thanks peoples!!! Big Grin



RE: Variables - flamez3 - 12-19-2011

Local variables and Global variables. Local are used throughout one script file. Global are for multiple script files throughout your Custom Story.

More info: http://wiki.frictionalgames.com/hpl2/tutorials/script/localandglobalvariables Big Grin


RE: Variables - hoppem - 12-19-2011

(12-19-2011, 09:23 AM)flamez3 Wrote: Local variables and Global variables. Local are used throughout one script file. Global are for multiple script files throughout your Custom Story.

More info: http://wiki.frictionalgames.com/hpl2/tutorials/script/localandglobalvariables Big Grin
THANK YOUUUU!!!! Heart Heart

i go on the wiki a lot but i dont remember seeing that there Undecided