Hey there!
I’ll try to be short today :3
Is it possible to mixinto a Lua file? I’m trying to make an item similar to the Hearth/Firepit - that when the night comes someone will take some fuel and light it up. However after I manage that, I’ll try changing some details about it so I created a new component instead of just using Firepit component…
This started a series of issues, however, that I started sorting out one after the other until I got to a point that I don’t know what is wrong anymore
I basically had to create an action for my component however that action couldn’t be handled by anyone because it’s based on the light firepit action which is part of the placement task group… Task groups are LUAs though - at first I tried overriding it with my own placement task group which was the same but with my action added and it didn’t work. Then I tried creating my own task group and I started getting an issue about this task group not being in town… I then created mixintos for all professions + the player_task_groups file adding my task group to all professions and I still get an error saying my task group is not in town
Any ideas? Is there a way to just (successfully) mix my action inside the Placement task group without having to create a new task group and mixing it into everywhere?
Thanks