Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: KellyRay on January 21, 2015, 10:10:37 PM

Title: DreamLo Plugin Names and Scores
Post by: KellyRay on January 21, 2015, 10:10:37 PM
Hi,

Searching for some answers regarding Dreamlo Leaderboards. (Worked pretty awesome and out of the box)

However, I'm attempting to minimize the amount of data that I get with the "Get Scores" action. I only wish to display the Player Name and their score. This topic was brought up back in September:(http://hutonggames.com/playmakerforum/index.php?topic=8429.msg40374#msg40374 (http://hutonggames.com/playmakerforum/index.php?topic=8429.msg40374#msg40374))

I thought I'd try to see if there was any one who made headway with this.

Thanks!
Title: Re: DreamLo Plugin Names and Scores
Post by: Lane on January 22, 2015, 07:14:04 AM
You can parse the string to identify the score and pull that out, or modify the action itself to return only the score, or ask Marsh to do it since he created the actions.
Title: Re: DreamLo Plugin Names and Scores
Post by: joel.carlson on March 09, 2015, 02:14:25 AM
Hey there, Lane! Any approach (actions, etc) you could offer to parsing the string?
Title: Re: DreamLo Plugin Names and Scores
Post by: KellyRay on March 10, 2015, 09:57:03 AM
This action helped me!

http://hutonggames.com/playmakerforum/index.php?topic=9352.msg44546#msg44546
Title: Re: DreamLo Plugin Names and Scores
Post by: joel.carlson on March 10, 2015, 11:11:38 AM
Thank you very much, KellyRay! This is what I ended up using, combined with some arrays. A little cumbersome, but it works! Thanks for the help! :D
Title: Re: DreamLo Plugin Names and Scores
Post by: KellyRay on March 10, 2015, 09:03:23 PM
Not a problem! Good luck with your game!