Hi, Is there anyway i can set a "global annoucement from a specific person" condition for my macro to trigger?
thx for reading
"global annoucement from a specific person" condition
Moderator: Moderators
-
- Noob
- Posts: 4
- Joined: 30 Nov 2012, 10:27
- Noob?: No
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: "global annoucement from a specific person" condition
Afaik there are no dedicated name or actor ID information for that. If name is included in the message, match that part of the message.
-
- Noob
- Posts: 4
- Joined: 30 Nov 2012, 10:27
- Noob?: No
Re: "global annoucement from a specific person" condition
er 1stly i would like to thank you for ur almost immediate response to my post.
but which condition is it for the global message, cos its certainly not pm or pubm or is it console

that is what i wanna trigger.
really thx you for your time
but which condition is it for the global message, cos its certainly not pm or pubm or is it console

that is what i wanna trigger.
really thx you for your time
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: "global annoucement from a specific person" condition
"system", with the same syntax as other similar conditions.
-
- Noob
- Posts: 4
- Joined: 30 Nov 2012, 10:27
- Noob?: No
Re: "global annoucement from a specific person" condition
so.... is this workable?
automacro gmcheck {
system /(.*)/
location not alberta
call {
do ai
}
}
automacro gmcheck {
system /(.*)/
location not alberta
call {
do ai
}
}
-
- Noob
- Posts: 4
- Joined: 30 Nov 2012, 10:27
- Noob?: No
Re: "global annoucement from a specific person" condition
becos its not working