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

4 lines
No EOL
67 B
Lua

function Example()
local ent;
ent = entity.Find("doorbell");
end