Jump to content

Varying placers with multiple prefabs


Cyde042

Recommended Posts

Long story short, dig-able light flowers, I made a file for the dug prefab and got to the MakePlacer. Now, it's like this.

 MakePlacer( "common/dug_flower_cave"..type.."_placer", "bulb_plant"..type, "bulb_plant"..type, "picked")

"..type" works like "bushname" in berrybush prefab to make it compact. Now, the syntax for MakePlacer is

function MakePlacer(name, bank, build, anim, onground, snap, metersnap, scale)

And contrary to the actual prefab names (flower_cave,flower_cave_double,flower_cave_triple) the build names aren't similar (bulb_plant_single,bulb_plant_double,bulb_plant_triple). Now, the problem would resort only to the first type - single. But for some reason, the "double" placer doesn't appear when I hover with the specific "double" item, only the "triple" type appears with the "triple" item. Is there any way to resolve this? Or at least hardcode it like if inst.prefab == "flower_cave_single" then etc. etc.?

 

EDIT: I don't think there was a way to do this without using tables. So I did that, similar to mushrooms.lua

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...