Adding blueprints to crates/drops?
Is there anyway to add blueprints to barrel/crate drops?
yes, by specifien param in Item
In response to Orange ():
yes, by specifien param in Item
Can I have an example?
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?