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
bdragon125
Beginner


Joined: 05 Nov 2001
Posts: 12
Location: United Kingdom

PostPosted: Fri Aug 23, 2002 8:59 pm   

what is his Adj?
 
Right third time trying to get this posted without explorer crashing.

I have got detials of chars that once greeted you can no longer get stored in Var's of the same name as there own.

eg @Grimm = An|evil|male|drow

What I want to be able to see is below.

The Center Square of Exile
You are standing on the center square of Exile. Once, King Taslamar stood
here to make declarations to his people. He was a wise king, and because of
him, today his people are happy. All around, citizens of this wonderful city
are walking happily to their next destination of the day. Here, there is a
statue of the famous King Taslamar.
It's mostly clear, hot, and very, very windy.
Obvious exits: n e s w d(closed)
A sign is nailed to a post here.
The fountain here is spouting water in all directions.
A wise male half-elf is sitting here.
A noble female elf is here.
Grimm is here.
^An evil male drow
(Ethereal) A Peacekeeper mage stands here watching over the city.

so I'm triggering off of ^%w is %*.
after that I want to send the echo.
I know the command is not #echo ~^ @%1 cuz I'v tryed it and no luck tryed a few other ways as well and still no luck. It must just be tieredness but I just cant think of how to do it so please could someone help.

Black Dragon


~(,,,,)'>
Reply with quote
TonDiening
GURU


Joined: 26 Jul 2001
Posts: 1958
Location: Canada

PostPosted: Fri Aug 23, 2002 9:59 pm   
 
Does that lp mud have the "scan" ? command. Been awhile but many have
a command that will show you with that command:

A noble female elf (MaryJane) is here.

I'd suggest perhaps using #SUB for that.

#VAR Grimm {An evil male drow}
#TRIGGER {Grimm} {#SUB {Grimm ~(@Grimm~)}

This you might find less spammy in battle or when many people show up in one spot if you want to have the resolver always on.

Of if you just want a resolver when you are looking at a room, I believe this will work:

#VAR Grimm {An evil male drow}
#TRIGGER {^(%w) {is|is sitting|is lying|is chewing their toenails} here.} {#ECHO %1: @{%1}}
#TRIGGER {^(%w) {walks|jogs|runs|whatever} in from the %w.} {#ECHO %1: @{%1}}

Another idea is to add them to color word groups.

#VAR V_Drow {Grimm|Dim|Marmelayde}
#TRIGGER {{@V_Drow}} {#CW 11}


Ton Diening
Reply with quote
bdragon125
Beginner


Joined: 05 Nov 2001
Posts: 12
Location: United Kingdom

PostPosted: Fri Aug 23, 2002 11:07 pm   
 
cheers I noticed what I did wrong in your post I should have used {} insted of () duh!

It's not a lp mud its a total rework of ROM called skmud the Mud runing on it is Shattered Kingdoms. and it dosn't have a scan command once greeted the target char losses the adj sex and race tags so unless they've got all 3 in their desc thers no way to find out.

BD

~(,,,,)'>
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