i32

  1. P

    SOLVED "I32 argument is array

    Hello this is my first post on this website. I've been trying to make a functional saving system but when I try to destroy the "wrapper" this error shows up. Here is my code: var root = ds_list_create(); with(obj_psvng) { var map = ds_map_create(); ds_list_add(root,map)...
Top