Hi, I need some help with SOCing all around because I suck at these.
So far, by modyfing Draykon's SOCs, I made it so that balloons change colours using A_Changecolourabsolute, thing is:
FRAME 1354
SPRITENUMBER = 192
SPRITESUBNUMBER = 0
DURATION = 10
NEXT = 1355
ACTION A_ChangeColorAbsolute
VAR2 = 5
This will change the balloon colour for orange, but if I wanted every colour for the balloons, would I have to make SEVERAL, different "things", with VAR2 values for each? Or is it possible to set VAR2 to something random each time a balloon is made?
So far, by modyfing Draykon's SOCs, I made it so that balloons change colours using A_Changecolourabsolute, thing is:
FRAME 1354
SPRITENUMBER = 192
SPRITESUBNUMBER = 0
DURATION = 10
NEXT = 1355
ACTION A_ChangeColorAbsolute
VAR2 = 5
This will change the balloon colour for orange, but if I wanted every colour for the balloons, would I have to make SEVERAL, different "things", with VAR2 values for each? Or is it possible to set VAR2 to something random each time a balloon is made?