Search results

  1. T

    Need help initializing an array of records

    I'm trying to do something with the new item_drops_array() and I want something that has the same function as: int[item]loc_mon_it; loc_mon_it = item_drops(loc_mon[mon]); except instead of an array of ints i want an array of records generated by item_drops_array(). right now i have...
Top