I’m trying to get aiming in my game (By holding down Right Mouse to aim). But I’m a noob at scripting and trying to learn. Can anyone tell me what I did wrong? Please and thanks!
var aim : AnimationClip;
function Update () {
if(Input.GetMouseButtonDown(1));
AnimationPlayMode.aim;
}