To spawn multiples of the same item type, use the console command 'for x=1, ! do DebugSpawn("***")end'
Where ! is the amount of the item you want spawned, and *** is the spawn code for the item.
For example, to spawn 10 tufts of dug grass, it would look like this: for x=1, 10 do DebugSpawn("dug_grass")end
You can also use c_spawn("***", !), e.g. c_spawn("dug_grass", 10)
Along with c_give("",#) e.g. c_give("carrot",10) they will appear in your inventory.
Results (
Thai) 1:
[Copy]Copied!
เริ่มคูณในสินค้าชนิดเดียวกัน ใช้คอนโซลคำสั่ง ' สำหรับ x = 1, ไม่ DebugSpawn("***") สิ้นสุด 'ที่ ยอดเงินของรายการคุณต้อง spawned และ *** รหัสวางไข่สำหรับสินค้าตัวอย่าง การวางไข่ทัฟส์ 10 ขุดหญ้า จะมีลักษณะดังนี้: สำหรับ x = 1, 10 ทำสิ้นสุด DebugSpawn ("dug_grass")นอกจากนี้คุณยังสามารถใช้ c_spawn (" *** ", !), เช่น c_spawn ("dug_grass", 10)กับ c_give("",#) เช่น c_give("carrot",10) จะปรากฏในสินค้าคงคลังของคุณ
Being translated, please wait..
![](//wwwimg.ilovetranslation.com/pic/loading_3.gif?v=b9814dd30c1d7c59_8619)