You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2Rogue/Export_Code/gml_Object_oSlotMenu_Fusion...

14 lines
437 B

vsep = 10
op[0] = instance_create((x - 4), (y + 3), oNormalOptionR)
op[0].optionid = 0
op[0].label = d0str
op[1] = instance_create((x - 4), ((y + 3) + vsep), oNormalOptionR)
op[1].optionid = 1
op[1].label = d1str
op[2] = instance_create((x - 4), ((y + 3) + (vsep * 2)), oNormalOptionR)
op[2].optionid = 2
op[2].label = d2str
op[3] = instance_create((x - 4), ((y + 3) + (vsep * 3)), oNormalOptionR)
op[3].optionid = 3
op[3].label = d3str