Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Jun 2014
    Posts
    46
    Reputation
    10
    Rep Power
    0

    Need action (targering enable on , only on label (xd)

    Hi,
    I need action (targeting enable on ( only on label) xd or kucasz

  2. #2
    Free User
    Join Date
    Aug 2014
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Should probably look like smth like this

    Code:
    auto(100,200)
    if $lastlabel == 'xd' or $lastlabel == 'kucasz' then
    setsetting('Targeting/Enabled', 'yes')
    else
    setsetting('Targeting/Enabled', 'no')
    end
    Last edited by kimper; 04-23-2016 at 09:37 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
  •