![]() |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This is a most particularly useful command. It enables you to call functions in an object with any parameters you like.
Syntax: Call <object spec> arg1%%arg2%%...
For example, I want to set the property OBJ_I_VOLUME to 55 in the second object in Adam's inventory:
Call *adam:#2 add_prop _obj_i_volume%%55 |
Please also notice that I used the string the property really is defined to, not the property name.