Search found 3 matches

by Bereogar
Tue Nov 26, 2013 12:53 pm
Forum: MQ2::Help
Topic: event variable
Replies: 4
Views: 407

Re: event variable

Anyone else think of a way to do that easily?
by Bereogar
Sun Nov 24, 2013 1:35 am
Forum: MQ2::Help
Topic: event variable
Replies: 4
Views: 407

Re: event variable

I really dont want to rename and change everything tho. I have TONS of sub Events and would like to make it so a variable sets the sender in my example. Otherwise I'd have to spend hours and hours to do all of those changes. I appreciate the great code you put up tho.
by Bereogar
Sun Nov 24, 2013 12:46 am
Forum: MQ2::Help
Topic: event variable
Replies: 4
Views: 407

event variable

Using the below code is there a way i can add a variable so I can set ALL sub Events to use this certain variable? #event Virtue "#*##1# tells you, 'virtue'#*#" Sub Main /declare x int outer 0 :Start /if (!${Me.Inventory[17].ID} && !${Me.Inventory[18].ID}) /call Wait4Rez /doevents ...