Game Guides Archive
Thread: Countdown Macro?
Page 1 of 1
RorZorron
Sun Feb 20, 2005 5:47 am
#1
Hi does anyone know how do create a macro that displays a countdown timer for all to see e.g:
/shout I'm doing my mission in; "time"
/shout minutes;
= "I'm doing my mission in 59 minutes"
= "I'm doing my mission in 58 minutes"
= "I'm doing my mission in 57 minutes"
thx
Neomonk
Tue Feb 22, 2005 1:47 am
#2
/shout "I'm doing my mission in 59 minutes";
/pause 60;
/shout "I'm doing my mission in 58 minutes";
/pause 60;
just keep repeating that is a simple solution. Macros can't use variables so I dont think this can be done any easier.
RorZorron
Tue Feb 22, 2005 3:13 am
#3
lol its more simpler than i thought just gonna take ages to retype the same line, if only we had copy and paste lol. Thx for all your posts
Neomonk wrote:
/shout "I'm doing my mission in 59 minutes";
/pause 60;
/shout "I'm doing my mission in 58 minutes";
/pause 60;
just keep repeating that is a simple solution. Macros can't use variables so I dont think this can be done any easier.
PhillDarksky
Tue Feb 22, 2005 4:38 am
#4
RorZorron wrote:lol its more simpler than i thought just gonna take ages to retype the same line, if only we had copy and paste lol. Thx for all your posts
Neomonk wrote:/shout "I'm doing my mission in 59 minutes";/pause 60;/shout "I'm doing my mission in 58 minutes";/pause 60;just keep repeating that is a simple solution. Macros can't use variables so I dont think this can be done any easier.
But there is a copy and paste
Hit Ctrl+O
hit Keymap under controls
hit the chat tab and its labeled "Chat Edit Copy, Chat Edit Paste, Chat Edit Cut"
I use:
Ctrl+Shift+C = Copy
Ctrl+Shift+V = Paste
Ctrl+Shift+X = Cut
RorZorron
Tue Feb 22, 2005 5:59 am
#5
PhillDarksky wrote:
RorZorron wrote:
lol its more simpler than i thought just gonna take ages to retype the same line, if only we had copy and paste lol. Thx for all your posts
Neomonk wrote:
/shout "I'm doing my mission in 59 minutes";
/pause 60;
/shout "I'm doing my mission in 58 minutes";
/pause 60;
just keep repeating that is a simple solution. Macros can't use variables so I dont think this can be done any easier.
But there is a copy and paste
Hit Ctrl+O
hit Keymap under controls
hit the chat tab and its labeled "Chat Edit Copy, Chat Edit Paste, Chat Edit Cut"
I use:
Ctrl+Shift+C = Copy
Ctrl+Shift+V = Paste
Ctrl+Shift+X = Cut
Woah thx!!!!
Exterminater
Tue Feb 22, 2005 1:55 pm
#6
double
Message Edited by Exterminater on 02-22-2005 09:59 AM
Exterminater
Tue Feb 22, 2005 1:58 pm
#7
U can also do a macro that makes uerself aware of something ex.
Macro brandy
/ui action toolbarSlot00 (brandy slot)
/pause 900
/tell "you'r own name" 15 mins to brandy gone
/pause 840
/tell "you'r own name" Get a brandy or ur mind is focked.
/pause 60
/tell "you'r own name" If u are not on the cloner u have repeated this macro congrantz...
Page 1 of 1