View Single Post
  #64  
Old 01-28-2013, 02:45 PM
falkun falkun is offline
Planar Protector

falkun's Avatar

Join Date: Sep 2010
Location: Ruins of Old Sebilis
Posts: 2,464
Default

You could alter the macros for your search so you have something to parse with Python:

/say Now searching for iksar players
/who all count iksar

Will generate output:
You say, 'Now searching for iksar players'
There are 162 players in Everquest.

Then you can parse on your /say statement and have python remove the appropriate string (162) of the next "There are XXXX players in Everquest" that appears

Could also make your /say statement more unique so its easy to parse for that statement.