UbiGetURL
This is my very first Plugin, so please nice to me :)
This plugin adds the feature to get variables values passed on with the link.
Steps of using:
1. Add the new "UbiGetParams" Object.
2. Using "Action:ParamGet" to tell which parameter you like to read
3. get the requested value by accessing "UbiGetParams.ParamValue"
I do hope someone find this as useful as I do :)
Example:
You call your Game with the URL:
"index.html?access=fb&player=123456"
you can set the action: "ParamGet" to "player" and it will returns the value "123456"