ID:169077
 
I have differnt usr.classes, some starting with vowels, some not. I also have a verb where players can look at other players gender, race, class, etc. How would I go about making the usr of the verb see "a" or "an" before the target's class? For example, let's say there are 2 targets, one is an Assassin, one a Swordsman. How would I make it say "A Swordsman" and "An Assassin"?
In response to N1ghtW1ng
thanks
In response to Seraphrevan
Hmmmm. I tried it, but instead of putting an or a, it puts nothing at all. It's like, "Seraphrevan is Swordsman"
In response to Seraphrevan
mob
verb
class()
src << "You are \a [pick("Swordsman","Assassin")]!"

That does work.