• 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

Craft?

Frodie

Well-known member
Just wondering, is there a Craft tag to add to weapons that are crafted. I know there is a field. Not a big deal, just wondering.
 
Found the tag, seems to work, not sure what it does, but it's there. Cool.

Code:
      ~ If nothing's been chosen, get out now
      doneif (field[usrChosen1].ischosen = 0)

      ~ Set the focus to the chosen thing
      perform field[usrChosen1].chosen.setfocus

      perform focus.assign[Helper.Crafted]
 
I believe it was added for tracking the value of items or something along those lines. Pretty sure it's in the FAQ.
 
Cool, yea, it has something to do with your total wealth. Cool, it also might come in handy later on.
 
Back
Top