Rope Tele Emote by covenantbreaker
Description: A simple script that will use an a random emote while you rope tele. You unlocked the emotes, so might as well use them.
1// Rope Tele Emote
2//By Broken Covenant
3//Update your unlocked emotes as needed.
4
5if skill "magery" >50
6cast teleport
7endif
8if findtype "rope" backpack
9 say '[rope'
10endif
11
12random 5
13
14if insysmsg 'Random: 1'
15 say '[Fart' 55
16
17elseif insysmsg 'Random: 2'
18 say '[Belch' 55
19
20elseif insysmsg 'Random: 3'
21 say '[Surprise' 55
22
23elseif insysmsg 'Random: 4'
24 say '[Chuckle' 55
25
26elseif insysmsg 'Random: 5'
27 say '[Growl' 55
28
29else
30 say 'Run baby run!' 55
31
32
33endif