Easy Question

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

yoda
orc pawn
orc pawn
Posts: 19
Joined: Thu Feb 12, 2004 6:44 pm

Easy Question

Post by yoda » Thu Apr 15, 2004 11:43 am

when I do a /doevents and an event has happened and it goes to the code:

For Example

Code: Select all

Sub Event_Nomana
   /delay 6m
/return
when it does the /return, does it go back to where the /doevents originally occured that sent it there, or do I need to send it somewhere?

Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

Post by Lax » Thu Apr 15, 2004 11:45 am

What do you think?
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

Botmaker
orc pawn
orc pawn
Posts: 14
Joined: Mon Jan 26, 2004 11:46 am

Post by Botmaker » Thu Apr 15, 2004 12:03 pm

yes, your /return will go back where your you called /doevents

imo it's dangerous /delay anything for long periods of time... what if you get jumped? you'll get beaten for 6m ;)

yoda
orc pawn
orc pawn
Posts: 19
Joined: Thu Feb 12, 2004 6:44 pm

Post by yoda » Thu Apr 15, 2004 1:21 pm

well, I was assuming that that is the way it worked, just wanted to verify. Also, in this case, I wouldn't be in an area where there aren't any mobs. This particular code is part of something that enchants clay for me, nothing dangerous.

Thanks for the help!

User avatar
Imperfect
Macro Author
Macro Author
Posts: 319
Joined: Fri Jun 14, 2002 1:52 am

Post by Imperfect » Thu Apr 15, 2004 3:43 pm

Setting it up as a delay of 6 minutes is probably not the way to go. Use a timer if you don't want it to just wait for 6 minutes.