 
Hello,  I am currently trying to transform an API that launches attack rolls to send those attack rolls only to me, the GM.  I am using the  Pokemon Tabletop United  character sheet. And with this API:  R20 PTU API Code   Using    !PTUInt I get this:      The problem is that the attack roll that is launched from this chat box is not a whisper to me anymore:      I already changed the var playername = stuff, to this:   			var playername = 'gm';  What should I change in the APi to get everything as a whisper to the GM only?  
 
				
			