Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
Tolkienfan
Wanderer


Joined: 07 Apr 2001
Posts: 51
Location: Denmark

PostPosted: Tue Feb 05, 2002 7:16 pm   

Title Trigger
 
Ok heres a challenge for all of u Gurus out there:) ( i think )

Im trying to make a trigger that will change my title every like 30 mins...

Im thinking that i will have like a number of variables containing different titles...and once every 30 mins it will choose randomly between one of those titles and set my title to that with the command
title *what ever title i want*

Dunno if this can be done...

Tolkienfan
Reply with quote
TonDiening
GURU


Joined: 26 Jul 2001
Posts: 1958
Location: Canada

PostPosted: Tue Feb 05, 2002 7:42 pm   
 
So change every 30 minutes, lets just
tie into your connect time and use an
Alarm trigger. Use a CASE with %random
for the number of possibilities in that case.

#ALARM -30:00 {#CASE %random {title title1here} {title title2here} {title andsoon}}

TonDiening
Uses 6.16
Reply with quote
Charbal
GURU


Joined: 15 Jun 2001
Posts: 654
Location: USA

PostPosted: Thu Feb 07, 2002 6:42 pm   
 
Or something like this:

#VAR Titles {the Great|the Industrious|the Wonderful}
#ALARM -30:00 {title %item(@Titles,%random(1,%numitems(@Titles))}

 - Charbal
Reply with quote
Tolkienfan
Wanderer


Joined: 07 Apr 2001
Posts: 51
Location: Denmark

PostPosted: Thu Feb 07, 2002 9:07 pm   
 
It seems to be working...Thanks

Tolkienfan
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net