 |
Vijilante SubAdmin

Joined: 18 Nov 2001 Posts: 5187
|
Posted: Sat Mar 16, 2002 10:20 am
Queston about windows and triggers. |
You mission should you except it, look up everything written here in the help and make sure I did it right, cause I am not sober.
#TR {^You hear the thoughts of} {#WIN Telepaht %trigger}
#VAR IsAFK {0}
#VAR AFKCommands {exp|say Where am I?|emote Wait for me, I was here.}
#AL AFK {IsAFK=!@IsAFK;#IF (@IsAFK) {#ECHO AFK mode set.;#ALARM {+180} {SendAFKCommand}} {#ECHO AFK mode off.}}
#AL SendAFKCommand {#IF (@IsAFK) {#SEND %item(@AFKCommands,%rand(1,%numitems(@AFKCommands)));#ALARM {+180} {SendAFKCommand}}}
Gives 3 example commands, just add more to the variable in a similar fashion, or get rid of those examples you don't like. |
|
|
 |
Reddytedy Apprentice
Joined: 13 Oct 2000 Posts: 114 Location: USA
|
Posted: Sat Mar 16, 2002 8:49 pm |
Well if your talking about a Simu game.. before you get punted you get this message YOU HAVE BEEN IDLE TO LONG
Just make a trigger
#TR {IDLE TO LONG} {#send exp} {AFK}
Make a Alias to turn afk on and off..
#ALIAS AFKON {#T+ AFK}
#ALIAS AFKOFF {#T- AFK}
Alan
Come play with us in Dragonrealms
http://www.play.net/dr |
|
|
 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Wed Mar 20, 2002 6:14 am |
That should work
#TR {^You hear the thoughts of} {#WIN thought %trigger}
Similar ways of doing that I believe is:
#TR {^You hear the thoughts of} {#CAP thought %trigger}
#TR {^You hear the thoughts of} {:thought:%trigger}
TonDiening
Beta Upgrading to 6.26 |
|
|
 |
Reddytedy Apprentice
Joined: 13 Oct 2000 Posts: 114 Location: USA
|
Posted: Thu Mar 21, 2002 2:49 am |
Well the problem with Simu games GS3 I am guessing is that by default the lines are broken after so many characters so the whole thought is not on one line.
I will hafta dig around to find my old workaround for that.
It would be a Multi-Line trigger. And I can't seem to find the file I had it in.
You can always enable the GS tags for GS3.. These give all kinda of information and turn off that autowordwrap stuff from Simu.
If you want to enable those just ype (case sensitive)
FeStArT when you get logged in.
I figure GS3 tags are similar to the DR tags so if you need a hand figuring em out just look me up and I can give ya the basic tags I hve deciphered for DR.
Alan
Come play with us in Dragonrealms
http://www.play.net/dr |
|
|
 |
|
|