Back to "echo" tags

One Button Echo Swap by neverstopswing

Description: ONE BUTTON ECHO FRAMEWORK, BATTERIES NOT INCLUDED

1if not gumpexists 210712595
2    say '[echo'
3    waitforgump 210712595
4        if ingump "Next Activation Allowed in"
5        gumpclose 210712595
6        overhead "Echo On Cooldown" 33
7        stop
8    endif
9endif
10#Edit the title of your echo in the gump
11if ingump "EchoNameHere" 210712595
12    waitforgump 210712595
13    gumpresponse 6 210712595
14    waitforgump 210712595
15    gumpresponse 6 210712595
16    waitforgump 210712595
17    gumpclose 210712595
18    if insysmsg "You have recently been in combat and must wait"
19        overhead "Combat Flagged" 33
20        stop
21    endif
22# Edit the skill to verify you are the correct echo. This will result in a green overhead message
23    if skill 'Archery' = 100
24        overhead 'Echo Enabled' 77
25    endif
26else
27    gumpresponse 8 210712595
28    waitforgump 210712595
29    loop
30endif