Announcement Banner
UNSOLVED

les5

updated

19 years ago

L

les5

1 Message

0

589

November 26th, 2007 16:00

Accessing another element's attribute within a model file

Hi all, I am attempting to do the following:

event somethingHappened = ClassName(localRelation)->ClassAttribute == 2

I.e. I want an event to fire whenever another model object related via a relationship has an attribute value of "2" for example.

Anyone know how to achieve such a thing? I get an error that "ClassName is not of type MR_Object"

Les