(05-11-2012, 07:11 PM)Adrianis Wrote: You guys looking for tutorials on if-else statements and variables, I highly recommend you look outside of this community for it. These are fundamentals for all programming and scripting languages, so there must be a great many well made tutorials on it, but the HPL2 modding community is relatively small, so people don't want to spend their tutorial time covering these things when the more specific or undocumented things need tutorials.
HPL2 uses Angel Script so look for tutorials on statements and variables in Angel Script. Javascript is similar so you would likely find a tutorial for that (as its common for web development), or even C++ which is the language both of the above are based on
Thanks will definitely try searching on it.
(05-13-2012, 01:02 AM)Homicide13 Wrote: or just look around in the wiki.
http://wiki.frictionalgames.com/hpl2/tut...tutorial_1
There are no direct explaination of If, Then, Else and/or Global/Local Variables on the wiki page.