mirror of
https://github.com/UberGames/RPG-X2-rpgxEF.git
synced 2025-03-04 08:01:45 +00:00
4 lines
67 B
Lua
4 lines
67 B
Lua
|
function Example()
|
||
|
local ent;
|
||
|
ent = entity.Find("doorbell");
|
||
|
end
|