i seen rust been able to spawn blueprints in chest but i wonder if there is a .item code for blueprints as betterloot usses .item code to spawn items.
Spawning blueprints by item ID?
Discussion in 'Rust Development' started by Akeno Himejima, Dec 23, 2017.
-
There is not, there's an item called blueprintbase, you just set the target item ID. You can take a look at Simple Loot.
-
> inventory.giveto SteamID blueprintbase.815896488 < like that? -
-