6 lines
157 B
Lua
6 lines
157 B
Lua
function event_combat(e)
|
|
if e.joined then
|
|
e.self:Emote("a force push you towards the wall but you are unclear what it was.");
|
|
eq.depop_with_timer();
|
|
end
|
|
end
|