Ok guys I'v been struggling with this very simple thing for 6 bloody hours and I can't get it so here I am
I want to make numbers available across scripts how do i do that? I have two scripts and want to pull 2 numbers from the one to use in the other but is doesn't work here are excerps from the sripts. Iv make the class public and put the values in the global and not local arena so why won't it work![Er... what? o_O o_O]()
1st script
using UnityEngine;
using System.Collections;
public class health :...
Statics almost saved my sanity
I want to make numbers available across scripts how do i do that? I have two scripts and want to pull 2 numbers from the one to use in the other but is doesn't work here are excerps from the sripts. Iv make the class public and put the values in the global and not local arena so why won't it work

1st script
using UnityEngine;
using System.Collections;
public class health :...
Statics almost saved my sanity