 |
silence Newbie
Joined: 25 Feb 2004 Posts: 4 Location: Belgium
|
Posted: Wed Feb 25, 2004 10:10 pm
Status Window, how to CLEAR it? |
Hi I have a question!
I want to have a trigger. when something is triggered
i.e
A filthy room (west,east,northeast)
I want it to show me options
trigger A filthy room (*)
#Sh {You're in a tent}
#Sh {you are near dragoncave}
but the prob is that I want it to be shown in my STATUS WINDOW...
And when I leave that room, I want it to clear it. But not the enitre status window since I have other stuff there. Is that possible? and if not, what is the fastest way to trigger it up to be shown in the STATUS window. and when I hit a diffrent plce "An orc tent " it will show me something else, not ADDING it to the current shown Status window.. anyone gets what I mean?
ie:
A filthy room (west,east,northeast)
The status window will show 2 things:
Near DRAGONCAVE
You're in the tent.
and when I hit a different spot I have triggered.
A dragon tent (east,west,down)
it will remove the "near dragon cave,your in the ten" and replace
it with something else that is special for the dragon tent, in this case
Dragon tooth down.
Dragon must live.
I am sorry for my poor english and lack of good explanations... |
|
|
|
 |
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Wed Feb 25, 2004 10:57 pm |
Might want to trigger it upon the death of the mob
#STAT %null |
|
|
|
 |
silence Newbie
Joined: 25 Feb 2004 Posts: 4 Location: Belgium
|
Posted: Wed Feb 25, 2004 11:09 pm |
Ok, lets pretend it is a roomname.
The black forest (west, north, east,)
and that should be triggered to show me:
east=death
west=safety
north=water
and when I move, I want it to be cleared. The status screen. Possible? |
|
|
|
 |
silence Newbie
Joined: 25 Feb 2004 Posts: 4 Location: Belgium
|
Posted: Wed Feb 25, 2004 11:23 pm |
BY THE WAY!!
i dont want the whole status window to bea cleared!!! just where it shows the trigger... |
|
|
|
 |
Timas Novice
Joined: 05 Jan 2003 Posts: 39 Location: Netherlands
|
Posted: Thu Feb 26, 2004 8:46 am |
When you see the stuff like "Your in a tent." put it in a variable. display that variable in your statuswindow and when you leave the room clear the variable.
I can't give you exact triggers and stuff becouse I don't know what to trigger it on.. when and where do you see the "Your in a tent." or "Your near the dragoncave"?
Its not that hard to do I don't think but I can't be sure becouse I don't see all the information. |
|
|
|
 |
Charbal GURU
Joined: 15 Jun 2001 Posts: 654 Location: USA
|
Posted: Thu Feb 26, 2004 12:29 pm |
Here is a script that you can use to have multiple things positioned at different places in the status window but be able to deal with them individually.
|
|
|
|
 |
silence Newbie
Joined: 25 Feb 2004 Posts: 4 Location: Belgium
|
Posted: Thu Feb 26, 2004 12:38 pm |
quote: Originally posted by Charbal
Here is a script that you can use to have multiple things positioned at different places in the status window but be able to deal with them individually.
Hmm but how todo it in my own way? Can you like write an example? Because I really did not understand anything with the script |
|
|
|
 |
|
|
|