giddorahboy Newbie
Joined: 11 Apr 2006 Posts: 8
|
Posted: Tue Apr 11, 2006 10:06 am
Problem with Vars |
Okay. Here is what I am trying to do:
Zugg just sent you a tell.
Triggers something that echos this:
Zugg wants your attention!
Zugg has sent you 2 tells today.
This is what I have so far:
#CLASS {muffin}
#TRIGGER {%1 just sent you a tell.} {
#echo %1 urgently wants your attention!
#add /muffin/%1 1
#var /muffin/whosent %1
#echo @whosent has sent
}
#CLASS 0
How can I make it so that it reads the amount of tells Zugg has sent, from a variable that is created from his name?
Considering @%1 wont work, is there any other way? |
|