playMaker

Author Topic: DreamLo Plugin Names and Scores  (Read 2796 times)

KellyRay

  • Full Member
  • ***
  • Posts: 170
DreamLo Plugin Names and Scores
« 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)

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

Thanks!

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: DreamLo Plugin Names and Scores
« Reply #1 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.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

joel.carlson

  • Junior Playmaker
  • **
  • Posts: 66
    • Salvation's Story
Re: DreamLo Plugin Names and Scores
« Reply #2 on: March 09, 2015, 02:14:25 AM »
Hey there, Lane! Any approach (actions, etc) you could offer to parsing the string?
Check out Noah's Elephant in the Room, Bible ABCs for Kids, Bible Coloring for Kids, and Noah's Bunny Problem at
Salvations Story

KellyRay

  • Full Member
  • ***
  • Posts: 170

joel.carlson

  • Junior Playmaker
  • **
  • Posts: 66
    • Salvation's Story
Re: DreamLo Plugin Names and Scores
« Reply #4 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
Check out Noah's Elephant in the Room, Bible ABCs for Kids, Bible Coloring for Kids, and Noah's Bunny Problem at
Salvations Story

KellyRay

  • Full Member
  • ***
  • Posts: 170
Re: DreamLo Plugin Names and Scores
« Reply #5 on: March 10, 2015, 09:03:23 PM »
Not a problem! Good luck with your game!