CowScript VAR
New concept which extends existing capabilities of the var statement:
Syntax: {$variable} is|are {pose} {hosthow} {$object}
Use this syntax to get the object_id of an object hoste by another object.
This is ideally suited to finding object wielded by or worn by, but could be use for any hosted reationship like hidden under.
It sets the variable you define so typically you would do this:
$weapon is wielded by $target;
$clothes are worn by $target;
$pet is following behind $target;
print "[$init_obj] is protected by [$clothes], is wielding [$weapon] and has [$pet] for a pet
As with all var statements, the 'var' bit is optional (as demonstrated by the example above).