Back to "time" tags

Bapeth's Time Wall Switch Hotkey by barryroser

Description: Use this hotkey to hit switches on the wall and/or display them.

1# Bapeths Time Wall Switch Hotkey
2#
3# Bind to a key and press to reveal and flip switches
4
5for 18
6    if index > 0 and findtype 4240|4239 ground -1 -1 index as timewallswitch
7        overhead "*switch*" 87 timewallswitch
8        @ignore timewallswitch
9    endif
10endfor
11@clearignore
12
13if findtype 4239|4240 ground -1 -1 2 as timewallswitch
14    dclick timewallswitch
15endif