mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
3 lines
72 B
Lua
3 lines
72 B
Lua
function event_spawn(e)
|
|
e.self:ChangeTexture(math.random(0, 3))
|
|
end
|