Can a static undefined data type in another script be accesses from a custom Playmaker action?
Here is what I have in the script:
--------------------
public static void UpdatePlayersCurrentScore(String score){
}
____________
What I am interested in is setting the score String in PlayMaker and sending it to the script...