So the script error I get is unexpected char: 0x201c. (BCE0044
#pragma strict
function OnTriggerEnter(other : Collider){
if(other.tag == “Player”){
transform.root.gameObject.GetComponent(Enemy).stomp = true;
}
}
↧