rpg-x2/RPG-X2 Lua Documentation/examples/HelloWorldGame.lua

3 lines
75 B
Lua
Raw Normal View History

2011-06-01 12:20:56 +00:00
function HelloWorld(ent, other, activator)
game.Print("Hello World");
end