I put the following in the create event:
Then, the following in the Step Event:
The output is that "t is not an array".
Edit: just re-read the thread, so ds_list_find_value isn't implemented yet?
Code Select
var arr[3];// = array_create(3);
arr[2] = 52;
arr[1] = 4;
arr[0] = 16
list = ds_list_create();
ds_list_add(list, arr);
Then, the following in the Step Event:
Code Select
var t = ds_list_find_value(list, 0);
if (is_array(t))
{
show_message("t is an array.");
for (var i = 0; i < array_length_1d(t); ++i)
show_debug_message(string(t[i]));
}
else
show_message("t is not an array,");
game_end();
The output is that "t is not an array".
Edit: just re-read the thread, so ds_list_find_value isn't implemented yet?


) First, it would be nice to actually see on the page how many pledges received and amount. The amounts table are tiny, and I doubt that anybody will pledge the top tier $100 a week one - so it takes quite a lot of contributors to be worthy IMO and would only work with volume, otherwise how could a few people contributing cents a week help this project ? Some big projects online manage to raise tens of thousands of $, but the projects are on a much bigger scale.