• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Another scripting question

Enforcer84

Well-known member
So I'm making a magic item that offers a spell depending on which of the 4 entities is chosen when the item is worn first.

Basically, each entity offers one of the attribute Spells: Bull, Bear, Cat, or Eagle.

is there an easy script to have the player choose the entity? Or should I just make four copies of the item?
 
This can be done with bootstrap conditions, but if we were creating an official version of this item, we'd just create four separate items, because bootstrap conditions aren't worth the trouble they take for something this simple.
 
Back
Top