rpg-x2/RPG-X2 Lua Documentation/examples/HelloWorldGame.lua
2011-06-01 14:20:56 +02:00

3 lines
No EOL
75 B
Lua

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