Simba Code:{if (Length(Trim(srl_Implode(Players[CurrentPlayer].BoxRewards, ''))) = 0) then
begin
SRL_Warn('OpenRewardBox', 'No preferences for BoxRewards... dropping box', Warn_AllVersions);
Mouse(fx, fy, 0, 0, False);
Result := WaitOption('rop', 500);
Wait(3000 + Random(2000));
Exit;
end; }
According to this
http://runescape.wikia.com/wiki/Random_event_gift
it is still dropable, so why not drop it if an option is'nt found?

