Don't Starve Together
คะแนนไม่เพียงพอ
it just a test mod
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
ขนาดไฟล์
โพสต์
566.000 B
13 ธ.ค. 2023 @ 7: 47pm
1 หมายเหตุการเปลี่ยนแปลง ( ดู )
คำอธิบาย
it just a test mod for sit on anything

to use: c_spawn("testlog") and wait 10seconds
1 ความเห็น
󰀏Niko 26 ม.ค. @ 11: 57am 
The core of the problem with the testlog is that you are both using SpawnPrefab to spawn a log which causes said log to run it's spawn code like normal, but then also return it in testlog's main function which will cause it to run the spawn code a second time.
This is likely to cause issues with almost any mod that uses PrefabPostInits as most are designed to only be ran once per object.