Oh, come on, that's valid.That isn't valid Galaxy...Code:# function StructTest() { # myStruct myStructTest; # myStructTest.a = 256; # myStructTest.b = 874; # # UIDisplayMessage(PlayerGroupAll(), 4, StringToText(IntToString(myStructTest.b))); # }
I have tried this, and it displays "874". I think he just mistyped "function".