Find
You are looking at a blip
Created by
wolis
, last updated 31 Jan 2015
Code
if target of push then testit;
##testit:
foreach in $loc do checkit;
##checkit:
if $for_id's material like living then continue else nope;
##continue:
print "[$for_id] is hurt by [$actor]'s poisonous vapors";