Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Bestow pirps on a list of PC's
- #
- # Usage:
- # .pirp (points-optional) Person1 Person2 Person3 ...
- # default is 1
- #
- # By Hanryu
- # Please report any bugs to #Hanryu0052 (discord) or [email protected]
- # This script may be reused in whole or in part as long as credit is given
- #
- var points 1
- if matchre("%1", (\d+)) then {
- var points $1
- shift
- }
- pirp:
- matchre pirp \.\.\.wait|^Sorry,
- matchre next I could not find who you were referring to\.|You really should save those points to bestow on someone else\.|You just bestowed|You have already given
- put rpa bestow %1 %points
- matchwait 3
- next:
- shift
- if_1 then goto pirp
- end:
- done:
- put #parse ** PIRP DONE **
- exit
Advertisement
Add Comment
Please, Sign In to add comment