Hiya,

I've been wondering this for a while. Would this work in GS2? Or is it actually GS1?

PHP Code:
function onCreated () {
  
setarray array,100//gives name of array and how many variables in the array

Or would I actually have to write out each variable of the array like:

PHP Code:
function onCreated () {
  
this.array = {
  
whatever;
  
l33t codr;
}