I'm trying to make this item give a random rental item. This is the script atm. It's currently using getitem:
28001,box,box,2,0,,20,,,,,0xFFFFFFFF,63,2,,,,,,{ if(Sex == 1) { getitem rand(28103,28104),1; } else { getitem rand(28101,28102),1; } },{},{}
Is it possible to make rentitem random like getitem?If not, how can I make it happen with rentitem?