mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-15 01:11:46 +00:00
4 lines
No EOL
67 B
Lua
4 lines
No EOL
67 B
Lua
function Example()
|
|
local ent;
|
|
ent = entity.Find("doorbell");
|
|
end |