Created: 07/04/2024, 04:46:54 PM Updated: 07/20/2024, 02:55:26 PM View Change History
1
2if findtype "pickaxe" hand
3
4 if findtype "war mace" backpack as a
5
6 dclick a
7
8 endif
9
10 else
11
12 if findtype "pickaxe" backpack as a
13
14 dclick a
15
16 endif
17
18endif