Quote:
Originally Posted by Schetti
umm...
a last question
is there a list where I can find many
function on...
commands listed?
|
You can just check functions from your GraalEditor in GS1 and convert them to GS2 yourself.
if (playerenters) { ... } >
function onPlayerEnters() { ... }
if (timeout) { ... } >
function onTimeOut() { ... }
if (created) { ... } >
function onCreated() { ... }
Etcetera.