You are looking at a top-up for omenofdoom

hi ood,

I noticed you created a lovely little time bomb..

I also noticed it has this code at the top:
if target of examines then doit else end;
if target of script then doit else end;


If my memory servers me correctly, these wont trigger as you can have 'else' in this spot.

if target of examines then doit;
if target of script then doit;

is all you need.