Back to "trap" tags

Bapeth's Trapper Testudo Loop-In Hotkey by barryroser

Description: This is a hotkey loop-in script for those using "Bapeths Trapper Background"

1# Bapeths Trapper Testudo Loop-in for "Bapeths Trapper Background"
2#
3# This is a hotkey for the "Testudo Stance"
4
5if not timerexists defaultstance
6    createtimer defaultstance
7    say "[ShieldsStance3" 45
8elseif timerexists defaultstance
9    removetimer defaultstance
10    say "[ShieldsStance1" 45
11endif
12
13if skill "Tinkering" >= 80
14    script "Bapeths Trapper Background"
15endif