mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
130 B
Lua
6 lines
130 B
Lua
function event_player_pickup(e)
|
|
if (e.item:GetID() == 52154) then
|
|
--polished silvery key
|
|
eq.signal(282116,1);
|
|
end
|
|
end
|