I'm trying to do a GetComponent (I've tried two ways) and it keeps expecting a semicolon before the parenthesis that defines the component I'm asking for.
Method One:
var healthScript: eventObj.GetComponent.
↧