Thread Tools Display Modes
01-09-06, 04:21 PM   #1
Marour
A Deviate Faerie Dragon
 
Marour's Avatar
Join Date: Jul 2005
Posts: 15
Pause Marco

Is there an option to make a pause in a macro script ????
  Reply With Quote
01-10-06, 05:04 AM   #2
Marour
A Deviate Faerie Dragon
 
Marour's Avatar
Join Date: Jul 2005
Posts: 15
annyone ???
  Reply With Quote
01-11-06, 06:16 AM   #3
Marour
A Deviate Faerie Dragon
 
Marour's Avatar
Join Date: Jul 2005
Posts: 15
gues not
  Reply With Quote
01-11-06, 09:32 AM   #4
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
To pause politely in a macro would require the help of an addon. And you won't be able to cast spells/abilities, use items, move, target nearest hostile and other things that require hardware events at the end of the pause. The /in command in Chronos is a popular one.

To pause inpolitely in a macro (/script local t=GetTime()+5 while GetTime()<t do end ) it would lock up the client the duration of the pause.
  Reply With Quote
01-11-06, 01:51 PM   #5
Marour
A Deviate Faerie Dragon
 
Marour's Avatar
Join Date: Jul 2005
Posts: 15
k... wil take a look at that one\
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Pause Marco


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off