Command howmuchrpp

 avatar
user_5554713
plain_text
a year ago
231 B
4
Indexable
{{$Player := sdict}}

{{$User := .Message.Author.ID}}

 

{{with dbGet $User "Player"}}

  {{$Player = sdict .Value}}

{{end}}

 

{{$RPPoints := $Player.RPPoints}}

 

{{sendMessage nil (print "You have " $RPPoints " RPPoints.")}}
Editor is loading...
Leave a Comment