!!For Rapscallion 2.0.2 !!Fairly basic xp counter, will give you the xp gained in the session when you type xps, I usually !!reset the values manually (by typing xpreset) but I've included a trigger which will reset the !!values on login. !!Copy/paste trigger transcript to the triggers tab in action settings. ----Start: Rapscallion Trigger Transcript---- ----New Trigger: autoxpreset Var1: Param: %1 Voice: 1836346163 1836346163 Start Script: Trigger Your default tongue is %s End Script: Trigger Start Script: Script xpreset End Script: Script ----End Trigger Item---- ----End: Rapscallion Trigger Transcript---- !!Copy/paste the alias transcripts to the alias tab. ----Start: Rapscallion Alias Transcript---- ----New Alias: startxp Command: startxp Speed: 26 Start Script: Script info startxp -%x End Script: Script ----End Alias Item---- ----New Alias: xpgain Command: xpgain Speed: 26 Show Commands: False Start Script: Script @@watch for text totalxp %n @@remove $$startxp from variable gainedxp End Script: Script ----End Alias Item---- ----New Alias: session Command: xps Speed: 26 Show Commands: False Start Script: Script xptotal xpgain @@watch for text totalxp %n @@echo xpgained this session is $$gainedxp End Script: Script ----End Alias Item---- ----New Alias: xptotal Command: xptotal Speed: 26 Show Commands: False Start Script: Script info totalxp %x @@put %n into variable gainedxp End Script: Script ----End Alias Item---- ----New Alias: xpreset Command: xpreset Speed: 26 Start Script: Script @@put 0 into variable gainedxp @@put 0 into variable startxp startxp End Script: Script ----End Alias Item---- ----End: Rapscallion Alias Transcript---- !!End of alias bit !!Copy/paste the stuff below into the variables tab ----Start: Rapscallion Variable Transcript---- ----New Variable: startxp Mode: 1853189458 Start Script: Add Monitor startxp %1 End Script: Add Monitor Start Script: Remove monitor startxp %n End Script: Remove monitor ----End Variable Item---- ----New Variable: gainedxp Mode: 1853189458 Start Script: Add Monitor totalxp %n End Script: Add Monitor Start Script: Remove monitor origxp %n End Script: Remove monitor ----End Variable Item---- ----New Variable: totalxp Main Value: 2051108 Mode: 1853189458 Start Script: Add Monitor totalxp %n End Script: Add Monitor ----End Variable Item---- ----End: Rapscallion Variable Transcript----