Search found 1 match

by Barontox
Sun Jun 29, 2025 5:11 pm
Forum: Modding interface requests
Topic: Code Cleanup: Remove use of '_dict' for items due to Quality
Replies: 0
Views: 351

Code Cleanup: Remove use of '_dict' for items due to Quality

I am trying to create some mods for game startup on Freeplay.
There is an annoying requirement for item_dict in the insert and remove utilities.

remove dict so i can add or delete items based on quality.

for example:


util.insert_safe = function(entity, item_dict)
if not (entity and entity.valid ...

Go to advanced search