Signup Now
Results 1 to 3 of 3

Thread: Hide Setup

  1. #1
    Free User
    Join Date
    Aug 2014
    Posts
    31
    Reputation
    10
    Rep Power
    0

    Lightbulb Hide Setup

    I'd like to know how can I hide an item on setup (JSON). I mean like if checkbox true then show options elseif not hide items to get a clean setup? I saw that on eliscripts

  2. #2
    Free User glowingstick's Avatar
    Join Date
    Jan 2014
    Posts
    335
    Reputation
    36
    Rep Power
    21
    if getuseroption('vocation') == 'Knight' then
    showuseroption('weapontype', true)
    else
    showuseroption('weapontype', false)
    end



    showuseroption()

  3. #3
    Free User
    Join Date
    Aug 2014
    Posts
    31
    Reputation
    10
    Rep Power
    0
    Damn! Well thought! I paste on Persistents, right?

    I mean...

    if i got a action that use a Hidden useroption it still use of it consider only the visible ones?
    Last edited by Ferenix; 03-17-2017 at 12:26 AM.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •