1. eekelmo Builder
    Builder ⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Jul 19, 2012
    Messages:
    3,289
    Trophy Points:
    69,090
    Ratings:
    +7,789
    So I have a macro that has a label that shows whether or not I have fly enabled, the script is as follows:
    Code:
    $${
    STRIP(&chat,%CHAT%)
    IFMATCHES(%&chat%,^Set fly mode disabled for eekelmo.)
    MATCH(%&chat%,^Set fly mode disabled for eekelmo.,{False})
    SETLABEL(flychecker,Fly: &4%Disabled%)
    ENDIF
    IFMATCHES(%&chat%,^Set fly mode enabled for eekelmo.)
    MATCH(%&chat%,^Set fly mode enabled for eekelmo.,{True})
    SETLABEL(flychecker,Fly: &6%Enabled%)
    ENDIF
    }$$
    [/color]
    So when I have my nickname off, it works. Although when I change my nickname it doesn't work. The nickname I use &a&leek&2&lelmo. I tried changing the text in the script to correspond with this and it didn't work. Anyone know why?
     
  2. JamieSinn Retired Lead Administrator/Developer
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Jun 4, 2011
    Messages:
    5,517
    Trophy Points:
    78,090
    Gender:
    Male
    Ratings:
    +4,588
    Just change eekelmo to .*
     
  3. 314 Irrational SuperMod, former ServerAdmin
    SuperMod EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,055
    Trophy Points:
    97,160
    EcoDollars:
    $2,400,000
    Ratings:
    +4,921
    On a side note, shouldn't there be something that disables the label when rejoining since it deactivates fly mode when on the ground?
     
  4. eekelmo Builder
    Builder ⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Jul 19, 2012
    Messages:
    3,289
    Trophy Points:
    69,090
    Ratings:
    +7,789
    I'm not a scientist \o/ this stuff is confusing.
     
  5. Builder ⛰️ Ex-President ⚒️⚒️ Premium Upgrade

    Joined:
    Jul 18, 2012
    Messages:
    3,229
    Trophy Points:
    47,340
    Gender:
    Male
    Ratings:
    +481
    I'm just gonna leave this here....
     
  6. 314 Irrational SuperMod, former ServerAdmin
    SuperMod EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,055
    Trophy Points:
    97,160
    EcoDollars:
    $2,400,000
    Ratings:
    +4,921
    o_o

    *Gives like*
     
  7. eekelmo Builder
    Builder ⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Jul 19, 2012
    Messages:
    3,289
    Trophy Points:
    69,090
    Ratings:
    +7,789
    That's so much better than what I have, thanks!