ActionInteractObject(object)

Causes a creature or PC to use an object.

void ActionInteractObject(
    object oPlaceable
);

Parameters

oPlaceable

Placeable object to interact with.


Description

Causes the creature who has a script attached to it that calls this function to interact with a placeable object, if that object can be interacted with.



Version

1.61

See Also

categories: Action on Object Functions


 author: Charles Feduke, additional contributor(s): Glenn J. Berden