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-TimeTrials/scripts/scr_logic_PB_shuffle.gml

4 lines
151 B

ds_list_shuffle(oControl.list_powerbombs);
var t = ds_list_find_value(oControl.list_powerbombs, ds_list_size(oControl.list_powerbombs) - 1);
return t;