
08-31-2017, 12:39 AM
|
Global Administration
|
 |
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
|
|
I don't think you can use || with the functions like you could in GS1
I would do
function onPlayerEnters() customFunction();
function onCreated() customFunction();
function onWasHit() customFunction(); |
|
|