Halo with the Chill Squad! #TwitchAffiliate #TeamDukeStars #TeamArctic https://t.co/7VBhN2Ip4r
— Das Frantic (@DasFrantic) July 25, 2020
structs cant take local variables
-
i tried to make a struct take some local variables and found it wouldn't
work.
GML:
var xx = 1,yy = 1;
struct = {
new_x:xx,
new_y:yy
}
if i have ...
19 minutes ago