Hello, I got a question, can I make event after Crafted? for example: When I create some things, it will consume stamina or something.
Hello! Yes, add $common(commonEventName) to your craftable item tags, it will execute the common event everytime you craft the item!
Example:
$common(consume stamina)
Assuming that is the exact name of your common event
Thank you for your answer, I got another question.
I try to set "common to wait", but it's didn't work and make player freeze, did I set the order wrong?
Hello! I'm sorry, I don't understand Japanese :C, but I'm going to test if the recent Bakin updates broke something with those specific functions, since they are experimental functions this was a possible outcome.
OK! I got it! thank you