rpg-x2-rpgxef/RPG-X2 Lua Documentation/oldfiles/beta844ff/examples/FindingEnts1.lua

4 lines
67 B
Lua
Raw Normal View History

2012-05-05 11:49:28 +00:00
function Example()
local ent;
ent = entity.Find("doorbell");
end