This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
deadite66
Halfop
Posts: 74 Joined: Mon May 30, 2005 2:49 am
Location: Great Yarmouth, UK
Post
by deadite66 » Thu Jul 21, 2005 2:15 am
are they run one after each other
ie.
source/script1
source/script2
in that order or do they run independantly.
i want to include the 'after' command but will it hold up all the other scripts?
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Thu Jul 21, 2005 4:05 am
heh, eggdrop is not multi-threaded dude
and no, [after] won't put on hold other scripts (unless you use it to sleep, that is, without script argument), it is event-driven (its script is queued and executed upon elapsing the time period specified as argument)
deadite66
Halfop
Posts: 74 Joined: Mon May 30, 2005 2:49 am
Location: Great Yarmouth, UK
Post
by deadite66 » Thu Jul 21, 2005 6:24 am
ok cheers