View Single Post
  #12  
Old 01-24-2009, 08:40 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Schetti View Post
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.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote