Find
You are looking at an action called check
check {object's attribue}
Displays the value of an objects attribute (field).
check hat's worth
Created by
wolis
, last updated 24 May 2007
Code
get $thing1 in $loc;
$var = $thing1;
print "$thing1 = $var";