on *:text:@btag*:#: {
if ( ## isin $2 ] {
Set %Tag. [ $+ [ $nick ] ] $2 {
Describe # $nick Has saved their Battletag
}
else {
Describe # $nick $+ , Please enter your real Btag
}
}
This is the code I have.
What I require is for the Code to Look at the text and only save it as a variable if it contains the symbol (#) hash tag.
I am finding this hard to code as the Hashtag (#) is part of the Coding language...
Lmk what you guys can do for me