I feel sort of stupid for asking this, but I have four or five functions that call on one function. In GS1 I would have been able to do something like:
PHP Code:
if (playerEnters || playerTouchsMe || washit) customFunction();
Can I express this in a similar way in GS2?