ScriptUO

Official ScriptUO EasyUO Scripts => Script Debug => Topic started by: Grandewd on September 23, 2013, 01:07:01 PM

Title: Using a 2nd instance of EUO questions...
Post by: Grandewd on September 23, 2013, 01:07:01 PM
Can't believe it's taken me all these years to discover the ability to use a 2nd EUO client, geez... :-[

I just never thought about it, and ran several scripts in a single version. Now that I'm more actively using 2 UO clients (mostly for a mage/healing follower) - I'm thinking that running each UO clients scripts in it's own EUO instance only makes sense. And it also should preclude any possibility of variables, etc. bumping into each other. (Yes, I know namespace addresses this, but I really don't want to convert a bunch of perfectly good scripts to all namespace variables - call me lazy, I can live with that.  :) )

So, are there any drawbacks to this? Anything I should watch out for? Any other suggestions in this regard?
 ???
Title: Re: Using a 2nd instance of EUO questions...
Post by: Endless Night on September 23, 2013, 01:56:38 PM
each tab is its own instance... so you can run the same script in 3 different tabs all accessing 3 different clients without any issues of variables conflicting.  The only possible variable conflict is if you use globals... or registery vars.
Title: Re: Using a 2nd instance of EUO questions...
Post by: Grandewd on September 23, 2013, 02:23:30 PM

Wow, thanks EN...

*Mumbles something about wasted time all these years*
Title: Re: Using a 2nd instance of EUO questions...
Post by: dxrom on September 23, 2013, 02:31:15 PM

Wow, thanks EN...

*Mumbles something about wasted time all these years*

Ctrl+Alt+N > New UO Client
Ctrl+Alt+S > Swap EUO tab focus to dif UO client.
Title: Re: Using a 2nd instance of EUO questions...
Post by: Grandewd on September 23, 2013, 08:02:43 PM

Wow, thanks EN...

*Mumbles something about wasted time all these years*

Ctrl+Alt+N > New UO Client
Ctrl+Alt+S > Swap EUO tab focus to dif UO client.

Hey dx... You're blowin' my mind, dewd...

Let me get this straight:  You start a new UO Client often enough to assign a keycombo to it?

Seriously???

Man-o-man, I am ALL EARS over here in noviceland. Would you be kind enough to share what the freek you're doing with me at least (pm works here, right)?

 ???
Title: Re: Using a 2nd instance of EUO questions...
Post by: dxrom on September 23, 2013, 08:14:39 PM

Wow, thanks EN...

*Mumbles something about wasted time all these years*

Ctrl+Alt+N > New UO Client
Ctrl+Alt+S > Swap EUO tab focus to dif UO client.

Hey dx... You're blowin' my mind, dewd...

Let me get this straight:  You start a new UO Client often enough to assign a keycombo to it?

Seriously???

Man-o-man, I am ALL EARS over here in noviceland. Would you be kind enough to share what the freek you're doing with me at least (pm works here, right)?

 ???

These are pre-set hotkeys in EUO. Tools > UOXL.

Honestly I don't use EUO very often anymore, but lemme know what you need help with and I'll help in any way that I can :>
Title: Re: Using a 2nd instance of EUO questions...
Post by: Grandewd on September 24, 2013, 10:36:13 AM
Ahhh, never noticed those pre-set keys before... Thx for waking me up.... As far as help is concerned, I wouldn't know where to start.... But thx for the offer guy...  ;)