How the functions get applied

MOB TRIGGER

If its a mob trigger it will attempt to

Assign pointers to Objs from the Mobs inventory

The Room the mob is in

And a pointer to the mob itself

OBJ TRIGGERS

Assigns pointers to the Char that has the object

The Object itself

And the room the obj is in.

ROOM TRIGS

Get the Char list of the room

The Object list in the Room

And the Room itself

If you use the self operator.. It will just reference that Mob/Obj/Room

Leave a comment

Your email address will not be published. Required fields are marked *