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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oGameOverMenu_Ot...

9 lines
244 B

op[0] = instance_create(x, y, oNormalOptionC)
op[0].optionid = 0
op[0].label = continue_str
if global.spectatorOption
op[0].label = spectate_str
op[1] = instance_create(x, (y + 14), oNormalOptionC)
op[1].optionid = 1
op[1].label = exit_str