In response to elevenpasses (): Can I have an example? var X = ItemManager.CreateByName(mod.shortname, mod.amount); X.info.spawnAsBlueprint = true;something like that
In response to Orange (): var X = ItemManager.CreateByName(mod.shortname, mod.amount);X.info.spawnAsBlueprint = true;somethi... I've tried it continously, where would I add this in att and ofc adding the name of the item?