AutoHotkey Community

It is currently May 27th, 2012, 10:26 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 20 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: August 27th, 2007, 7:49 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8667
Location: Salem, MA
Code:
Enter::
Send,
(Join{enter}   ; continuation section
---ATTENTION---
*WARNING* Mess Up Others Stunts = Kick
*WARNING* Attack The Black Warthog = Kick
*BLUE TEAM = STUNTS*
*RED TEAM = {{}OD{}}TRYOUTS ONLY*

)
return

:?:

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 14th, 2008, 10:57 pm 
I believe one part of it may be that Halo has a limited number of characters you can enter in at one time.

Another factor may be that its text chat uses a button to bring it up, only allowing one line at a time... so you have to re-press the button to bring up text chat again...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2008, 10:15 pm 
I know this is an old thread, and Dragon might not even play the game anymore but Zachster, is correct on both points:
1. There is a limited amount of space for text chat.
2. You have to hit T to chat first so try this.

Code:
Enter::
}
Send, T
Sleep, 50
Send, ---ATTENTION--- {Enter}
Sleep, 50
Send, T
Sleep, 50
Send, *WARNING* Mess Up Others Stunts = Kick {Enter}
Sleep, 50
Send, T
Sleep, 50
Send, *WARNING* Attack The Black Warthog = Kick {Enter}
Sleep, 50
Send, T
Sleep, 50
Send, *BLUE TEAM = STUNTS* {Enter}
Sleep, 50
Send, T
Sleep, 50
Send, *RED TEAM = {{}OD{}}TRYOUTS ONLY* {Enter}
)
return


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2008, 10:28 pm 
Offline

Joined: June 27th, 2006, 2:38 pm
Posts: 385
Location: Canada
Er, don't you need to send 2 enter keystrokes? Like when you're typing it in halo?

Code:
SetKeyDelay, -1
^1::
Send,{Enter}---ATTENTION---{Enter}{Enter}*WARNING* Mess Up Others Stunts = Kick{Enter}{Enter}*WARNING* Attack The Black Warthog = Kick{Enter}{Enter}*BLUE TEAM = STUNTS*{Enter}{Enter}*RED TEAM = {{}OD{}}TRYOUTS ONLY*{Enter}



Edit: The beginning key depends on the user's configuration, mine was set to enter.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2008, 11:11 pm 
Offline

Joined: June 28th, 2008, 10:23 pm
Posts: 13
Location: Kentucky
If your just typing a text message in the game, a single Enter will get you out of the chatbox, if your using the rcon, you need 2 Enters to get out of it. I also don't recommend using keys that you need to use in the game unless its accompanied by a Ctrl or alt key.

example instead of Enter as your hotkey use Ctrl & Enter.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: chaosad, robotkoer and 68 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group