Don't Starve Together

Don't Starve Together

Choosechee Jun 3, 2017 @ 1:50pm
how to spawn items?
I tried c_give("prefab",amount) adding reviver and 10 to replace prefab and amount respectively, but I can't seem to figure it out. I tried it without the quotatin marks and with a space between the words and it still didnt work. Am I supposed to use forward slash? Can someone please give me an example
< >
Showing 1-5 of 5 comments
Vativ Jun 3, 2017 @ 1:55pm 
Try c_spawn
Vativ Jun 3, 2017 @ 1:56pm 
Instead of c_give
Choosechee Jun 3, 2017 @ 1:59pm 
But do I still need to put the quotation marks and the comma?
And do I need to put / at the beginning of the command?
Vativ Jun 3, 2017 @ 2:01pm 
Ok lets say you are trying to spawn somthing in, like bearger. You would do c_spawn("bearger",1)
You would only do that with stuff you cant fit in your inventory like chests, bosses ect.
For spawning it in your inventory you would do c_give("twig")
This will only work with things you can regularly put in your inventory
The_Technomancer Jun 3, 2017 @ 2:53pm 
Originally posted by Sweetbayoubbq:
c_give("prefab",amount)
Based on this I can only assume you didn't put a space after the comma. c_give("reviver", 10) would be the command.
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Jun 3, 2017 @ 1:50pm
Posts: 5