rpg-x2-rpgxef/RPG-X2 Lua Documentation/oldfiles/beta844ff/examples/HelloWorldGame.lua
Walter Julius Hennecke 27269ee319 initial commit
2012-05-05 13:49:28 +02:00

3 lines
No EOL
75 B
Lua

function HelloWorld(ent, other, activator)
game.Print("Hello World");
end