Create #Zov_Thall_Xakra.lua
This commit is contained in:
parent
8db8f597d7
commit
e75f1524e8
1 changed files with 9 additions and 0 deletions
9
vexthal/#Zov_Thall_Xakra.lua
Normal file
9
vexthal/#Zov_Thall_Xakra.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
function event_spawn(e)
|
||||
eq.set_timer("depop", 2220 * 1000);
|
||||
end
|
||||
|
||||
function event_timer(e)
|
||||
if(e.timer=="depop") then
|
||||
eq.depop();
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue