Close
Showing results 1 to 10 of 12

Hybrid View

  1. #1

    Default

    You'd need to use the Text command

    It should look something like this

    Code:
    <Hotkey Ctrl F>
    	<SendLabel w2>
    		<Text /follow player1>
    		<Key Enter>
    Depending on how the entering of commands works in the game, you may need to add an enter first and a wait command before the second enter.

    Code:
    <Hotkey Ctrl F>
    	<SendLabel w2>
    		<Key Enter>
    		<Text /follow player1>
    		<wait 100>
    		<Key Enter>
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  2. #2

    Default

    Thanks that worked only thing is that window2 is set to current window i have to manually switch back to window1

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •