Gibberlings3 / iesdp

Jekyllized version of IESDP with imported history
https://gibberlings3.github.io/iesdp/
19 stars 22 forks source link

Add notes about special object selector behaviors for triggers #170

Closed Bubb13 closed 4 months ago

Bubb13 commented 4 months ago

This one bit me while doing some sanity checking in EEex. Certain triggers don't support object selectors (e.g. [PC]) as their object parameter, (they always return false, or demonstrate useless behavior).

Several other triggers also have unique behaviors when given an object selector – usually matching a predetermined object against the object selector's type instead of using the object selector to find an object in the world.

lynxlynxlynx commented 4 months ago

Thanks!