ralgith Sorcerer
Joined: 13 Jan 2006 Posts: 715
|
Posted: Thu Nov 13, 2008 4:25 am
Walk Macros For Laptops |
This is my Walk With Scan macros for laptop users. Since we don't have a numpad... well I'm tired of typing n, e, s, w, or whatever then manually scanning the nearby rooms. So, I just made NEW walk macros.
Enjoy.
Code: |
#KEY CTRL-DOWN {s;scan} "" {chain}
#KEY CTRL-LEFT {w;scan} "" {chain}
#KEY CTRL-RIGHT {e;scan} "" {chain}
#KEY CTRL-UP {n;scan} "" {chain}
#KEY CTRL-PGUP {u;scan} "" {chain}
#KEY CTRL-PGDN {d;scan} "" {chain}
#KEY CTRL-END {look;scan} |
If you don't want to scan every step just take the scans out of all but the CTRL-END, which will then still be look and scan. |
|