Need halp for 2 macros plz :)

Discussion in 'Help & Support / Errors & Bugs' started by Joshuwat, Feb 10, 2016.

  1. kukelekuuk

    kukelekuuk C͕̹̲̽ͪ͐ͩ̔L̜̦̝͈ͦ̿̾̿ḘA̻̗̤̳̐ͭ̆̿̃̑ͭN̊̓͑̇ͯ
    Builder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    May 25, 2011
    Messages:
    10,007
    Trophy Points:
    84,160
    Ratings:
    +6,910
    $${
    code
    }$$


    never forget the $${ at the beginning, and the }$$ at the end
     
  2. Joshuwat

    Joshuwat Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Oct 23, 2015
    Messages:
    509
    Trophy Points:
    23,090
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +601
    Thx
     
  3. Joshuwat

    Joshuwat Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Oct 23, 2015
    Messages:
    509
    Trophy Points:
    23,090
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +601
    Still not working, it's not saying it in chat but kicks me for spamming commands
     
  4. UnitedStates2

    UnitedStates2 Builder
    Builder ⛰️ Ex-President ⚒️⚒️ Gameplay Architect Premium Upgrade

    Joined:
    Nov 30, 2014
    Messages:
    5,852
    Trophy Points:
    82,660
    Ratings:
    +6,293
    I am a certified MacroMod coder, and I think you'll definitely need to improve your code to achieve your requested effect.

    Glad I could be of help.

    UnitedStates2
    Certified MacroMod Coder
     
    #24 UnitedStates2, Mar 3, 2016
    Last edited: Mar 3, 2016
  5. 314

    314 Irrational GameAdmin, former ServerAdmin
    EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,010
    Trophy Points:
    101,160
    EcoDollars:
    $6,000,000
    Ratings:
    +4,919
    Assuming you use SirDaniel's code:

    Why exactly is this divided into separate $${ }$$ macros?

    Also, from what I can see here, you are basically aiming to repeat ECHO("/lotto") every three seconds assuming you want to say $${DO();SET(@#lotto, 1);ECHO("/lotto");WAIT(3);LOOP()}$$. Next, I am not sure whether WAIT(3) is a good idea - my tests have found out that it sometimes treats it as seconds if it is a one-digit number, but I recommend WAIT(3000ms) instead.

    Not a mistake at all, but I wonder... am I the only one who uses IFMATCHES() instead of IFCONTAINS()? o_O

    The rest of the chat filter code seems to be fine, unless I am missing something.