Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. ON ENTER{ "Welcome to the SteelFist Verr Shed. Take a minute to check the status of the Verrs by clicking the Shed. Today is: " LOCALMSG
  2. "'time" SAY}
  3.  
  4. ON INCHAT{ date GLOBAL {"$2" GREPSUB date= }CHATSTR "^; (.+) (.+) (.+) (.+)" GREPSTR IF}
  5.  
  6.  
  7. ON SELECT{
  8. date GLOBAL 200 tVer =
  9. ""LOGMSG ""LOGMSG
  10. ":::SteelFist Verr Inventory::::" LOGMSG
  11. "Total Verr Count: " tVer + LOGMSG
  12. "Adults : " tVer 40 * 100 / + LOGMSG
  13. tVer 60 * 100 / cVer=
  14. "Calfs : " cVer + LOGMSG
  15. "Males : " tVer 35 * 100 / + LOGMSG
  16. tVer 65 * 100 / fVer=
  17. "Females : " fVer + LOGMSG
  18. {date 40 * 100/ 4 + sick=} {10 date 30 * 100/ - sick=} date 16 < IFELSE
  19. "Sick Verrs : " sick + LOGMSG
  20. "Verrs for Sale : " tVer sick - fVer - +LOGMSG
  21. "=============== " LOGMSG
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement