Basic trigger question, From a frustrated newbie |
Basic trigger question, From a frustrated newbie |
Feb 12 2004, 12:23 PM
Post
#1
|
|
Newbie Group: Members Posts: 5 Joined: 12-February 04 Member No.: 41 |
Hello all,
I'm new to MUD clients and I'm having trouble setting a trigger. What I want to do is to kill a mob without having to input the it's name so, on advice from other MUD users, I've set; $1 tells the group whack $2 ($ being the world's variable command) reply: kill $2 but all I get is a message telling me 'There is no one here called $2'. I've tried it with various changes (for example % and %% in the reply) but, after hours of testing, I still can't get it to work Can anyone tell me what I am doing wrong? Many thanks |
|
|
Guest_Athius_* |
Apr 9 2004, 12:45 PM
Post
#2
|
Guests |
This is exactly the problem I have been agonizing over ever since i started using Savitar, could someone plz answer this question.
|
|
|
Guest_name_* |
Apr 17 2004, 12:29 PM
Post
#3
|
Guests |
did you try $$name? then reply should be %%name.... i think $$ is to set the variable %% is to recall value of a macro
so... $$dude tells the group whack $$dudette reply: kill %%dudette not sure but try it |
|
|
Guest_axl_* |
Apr 24 2004, 01:35 AM
Post
#4
|
Guests |
First off, I'll say that I never messed with the default command markers, set in 'Edit
Command marker: ## Macro marker: %% Event wildcard marker: $$ I have MANY triggers set up, things like: pick $$dor = 'you can try to help, I'm gonna try to pick: %%dor Now, you wouldn't type pick $$dor, you would type pick door or pick portcullis or pick anythingelse. Savitar sees it as labeling whatever you're picking as dor, and then since you immedately use it in what you say, you can see if it works or not. The most difficulty i had learning this was, is it pick $$dor or pick %%dor? Remember that for naming the variables, use $$(or whatever you set as your wildcard marker) For calling them in to use, use %%(your macro marker). |
|
|
Lo-Fi Version | Time is now: 18th November 2024 - 04:57 AM |