I trying to make an item, in this case I'm making magic tomes. I want when player X uses it (single use item) to call a script in baldur.bcs.
Using near infinity, I think I need to create a spell or something that activates when I use the item?
I did look around for tutorials and couldn't find exactly what I was looking for, any ideas?
Looking at the game it seems like maybe the figurines are doing something similar to what I need although I'm not entirely sure because it seems they are destroyed and replaced by something else? Could be way off base though.
The "Complete Scripting Guide" mentions this : "The appropriate blocks in the script can be activated from the item by setting a variable". That would work : how do I set a variable after using an item?
This is my first Weidu mod, so I only think I kinda know what I'm doing and I'm learning.