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