|
forren Novice
Joined: 26 Apr 2007 Posts: 44
|
Posted: Fri Jul 27, 2007 5:48 pm
Specifying wildcard type with & syntax |
Here's my prompt trigger:
^(¤tHealth)h, (¤tMana)m, (¤tEgo)e, (¤tPower)p, (¤tEndurance)en, (¤tWillpower)w (&promptCharacters)-$
Is there a way to specifiy wildcard type for this syntax such as...
^(¤tHealth:%d)h, (¤tMana:%d)m, (¤tEgo:%d)e, (¤tPower:%d)p, (¤tEndurance:%d)en, (¤tWillpower:%d)w (&promptCharacters:%w)-$ ?
I'm running into issues on other triggers where I'm going to have to use %w instead of the &variablename because matching to * is triggering it unnecessarily. Is there a way to specify currently? |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Fri Jul 27, 2007 6:27 pm |
Yes.. you want something like
^&%d{currentHealth}h, &%d{currentMana}m, &%d{currentEgo}e, &%d{currentPower}p, &%d{currentEndurance}en, &%d{currentWillpower}w &%w{promptCharacters}-$ |
|
_________________ Asati di tempari! |
|
|
|
|
|
|
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
|
|