Code: Select all
#turbo 4
Sub Main
/target "Saddam Hussein"
/if $target()==TRUE {
/goto :CheckForLice
}
:CheckForLice
/if n $char(haslice) {
/call delouse
}
:CheckDNA
/cast item "Cheek Swab"
/if $target(dna)==$target(corpse,"Uday",dna) /echo LOL
/if $target(dna)==$target(corpse,"Qusay",dna) /echo OMG LOL
/return
Sub delouse
/cast item "Lice-Rx"
/return


