Answer by Deign
It appears to me that player.animation.IsPlaying("Fishing_Cast") is always resolving to false and so on the first frame you press E, hasCast is false and so it does lines 3 and 4, but then the...
View ArticleAnswer by Fattie
Your code is incredibly wrong - heh (1) **never use "else if" if you're a beginner**. that sentence is clear right? so, delete that from your code. (2) use Debug.Log statements everywhere. you've got...
View ArticleAnswer by Deign
It appears to me that player.animation.IsPlaying("Fishing_Cast") is always resolving to false and so on the first frame you press E, hasCast is false and so it does lines 3 and 4, but then the...
View ArticleAnswer by Fattie
Your code is incredibly wrong - heh (1) **never use "else if" if you're a beginner**. that sentence is clear right? so, delete that from your code. (2) use Debug.Log statements everywhere. you've got...
View Article