Jump to content

AAJ

Inactive Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by AAJ

  1. Hello, I have set up a task that includes the if-else and is simplified to make the function easier to read.

    Anyway, what I want is, how do I add more than one simplified condition?

     

    (item.vnum >= 11200 and item.vnum <= 11289 or item.vnum >= 11400 and item.vnum <= 11489 or item.vnum >= 11600 and item.vnum <= 11689 or item.vnum >= 11800 and item.vnum <= 11889 and " yes " or " no ")

     

    It only works to specify the last condition if it is yes or no

    item.vnum >= 11800 and item.vnum <= 11889

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.