splitting up chars

Scripts and support for your favorite MUD client.
silvea
Sojourner
Posts: 213
Joined: Mon Apr 23, 2001 5:01 am
Location: Holland

splitting up chars

Postby silvea » Thu May 31, 2001 6:24 am

atm I got 2 characters, a shaman and an invo, but the triggers for both are messing up each other. Is there a way to make the triggers in a group?

like:
group sojourn (always on)
group shaman (when activated)
group invo (when activated)
group backup (always off)

This way I got the triggers for the char I'm playing at that time.....
Gindipple
Sojourner
Posts: 676
Joined: Fri Jan 26, 2001 6:01 am
Location: O' Fallon, MO. USA
Contact:

Postby Gindipple » Thu May 31, 2001 6:44 am

Once you got a good core set of triggers that each will need, do a save as under settings for each char.
Should solve your dilema.
Vazzgo
Sojourner
Posts: 96
Joined: Tue Feb 06, 2001 6:01 am
Location: Gudalajara, Jalisco, Mexico
Contact:

Postby Vazzgo » Thu May 31, 2001 7:50 am

i think what gindipple said is the best solution, but if you still want to keep all those settings on the same file, you could have a button or trigger at connect to ask you wich char you gonna use.. like: "Char using today?: 1) Voker 2) Shaman" then capture into a variable and wich a #case turn on your selection and off the rest.
Nokie
Sojourner
Posts: 786
Joined: Sat Jan 27, 2001 6:01 am
Location: Atlanta, GA, USA
Contact:

Postby Nokie » Thu May 31, 2001 11:41 am

What I do in Tinyfugue is to use a hierarchy of files, each with their own scope.

For example, I have a file, triggers.tf, which contains all 'global' triggers. I also have a file called rogue.tf, which contains rogue-specific triggers (like standing up from a failed trip, etc). Lastly I have a file called soj.nokie.tf which contains things that are specifically tailored to Nokie.

So I load triggers.tf at loadtime globally, and when I load soj.nokie.tf (when connecting as Nokie), that file in turn loads rogue.tf.
Gindipple
Sojourner
Posts: 676
Joined: Fri Jan 26, 2001 6:01 am
Location: O' Fallon, MO. USA
Contact:

Postby Gindipple » Thu May 31, 2001 4:32 pm

Vazzgo,
Prior to doing it the way I stated I used to use this method.
#if (%char == Gindipple) {do Gindipple stuff} {do non-Gindipple stuff}
The variable %char automatically does what you mention.
That is of course if you atleast have a seperate login for each char, which you should else you're typing manually the pword and login stuff for each char from one setup.

Return to “MUD Client Help”

Who is online

Users browsing this forum: No registered users and 18 guests