Hello,

Is there any way to pass a parameter to an action? I have several items (models) that all have practically the exact same action to perform except that different data is retrieved depending on where the model is located. (next to room1 - do this, next to room 2 - do that, etc. I know I can just put all of that code in the action itself but then I would have to somehow detect which room it is next to, which I also don't know how to do.

Any ideas / suggestions / tutorials?

Much appreciated.

Doriel