Hello World Lua

From CryWiki

Jump to: navigation, search


Lua Sample Walkthrough

Just make a file main.lua and paste the following code in to it:


Lua (main.lua)
function Main()
   print("Hello World!");
end


   

About this Sample

Name

Hello World

Created by

Vloktboky

Description

Simple Hello World Lua sample!

» Discuss this sample...

» View other Lua Samples

» Return to Crysis Modding Code Samples

Personal tools