Ami89E1234 Posted July 24, 2009 Report Share Posted July 24, 2009 I need some intermediate/advanced LUA scripters for a top secret project (not involving Emergency). can anyone help? Quote Link to comment Share on other sites More sharing options...
Stan Posted July 25, 2009 Report Share Posted July 25, 2009 Wtf is LUA?print "Hello, World!"function factorial(n) if n == 0 then return 1 else return n * factorial(n - 1)end Quote Link to comment Share on other sites More sharing options...
Hoppah Posted July 25, 2009 Report Share Posted July 25, 2009 http://en.wikipedia.org/wiki/Lua_(programming_language)Never heard of it before either. Quote Link to comment Share on other sites More sharing options...
Ami89E1234 Posted July 26, 2009 Author Report Share Posted July 26, 2009 lol i need the scripters cause im making something for Gmod (Garry's Mod).personally id rather make it in LOLCODE but Gmod is Lua LOLCODE (its 'Hello World' in LOLCODE):HAICAN HAS STDIO?VISIBLE "HAI WORLD!"KTHXBYE Quote Link to comment Share on other sites More sharing options...