This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rpgedit/resources/script/interact.lua

4 lines
65 B
Lua
Raw Permalink Normal View History

2015-02-14 23:12:07 +01:00
function interact(entity, time)
print('Interact! ' .. time)
end