Theraze
Active member
I'm wondering if there's any command to check about the amount of an item you can currently purchase, similar to item_amount and the other such commands. If not, should I make a FReq or is this an impossible dream? 
I'm thinking that if I need to make a FReq, this is what to request:
For is_npc_item objects, it would need to validate their actual availability, for those items that mafia tracks... hippy store being open, either in muscle sign or have the bugbear outfit, etc.
For malled items, it would be simpler... just need to compare (can_interact && (my_ascensions > 0 || my_level > 4)) and then divide my_meat by cheapest...

I'm thinking that if I need to make a FReq, this is what to request:
For is_npc_item objects, it would need to validate their actual availability, for those items that mafia tracks... hippy store being open, either in muscle sign or have the bugbear outfit, etc.
For malled items, it would be simpler... just need to compare (can_interact && (my_ascensions > 0 || my_level > 4)) and then divide my_meat by cheapest...