mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
138 B
Lua
7 lines
138 B
Lua
-- control 2.0 swap
|
|
|
|
|
|
function event_spawn(e)
|
|
eq.spawn_condition("mischiefplane",0,1,0);
|
|
eq.spawn_condition("mischiefplane",0,2,1);
|
|
end
|