Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with macro =/
#5
I see two weak places in the macro.

1.

,sel pixel(53 619) ;;Look at this location
,,case [0xFFBE00,0xAAFFFF,0x40FF40,0x40FFFF]

There is no code to execute when the color is one of these colors. Place the code either in the same line, or in the subsequent lines with the same number of commas as the case line.

2.

,key {petVattack}

{ and } are special symbols. Use [ and ] instead. Or enclose in quotes: key "pet attack"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)