Yogurt's Apply lethal poison to your weapon by _yogurt

// apply lethal poison to // weapon on your hand // created by: [-_-] Yogurt // updated: 24 July 2024 if findlayer self righthand as weapon overhead 'Weapon found!' wait 200 if findtype 'green potion' as poisonpotion getlabel poisonpotion potionlabel if 'lethal'in potionlabel overhead 'Applying poison' menu weapon 0 else overhead 'Lethal poison not found' endif else overhead 'No poison pot' endif else overhead 'No weapon found' endif // return to your loop script script 'Bandage'