- Home /
Question by
BelleSutton · Apr 06, 2018 at 01:36 PM ·
functionsfunction call
Only calling the first function in start function
I am setting up an enemy AI that randomises its stats. I have the initial method which sets their play style, personality & such. I have several methods after which set stats & begin there actions. These have been placed in the start function. My code is only calling the first play style method & wont move on so set stats method.
The first method & subsequent method are just if/else statements. It seems to just run the first method and then stop.
Comment
Your answer
Follow this Question
Related Questions
Get other GameObject's script name 2 Answers
Calling functions with Invoke 0 Answers
Saving the Overview part of the profiler 0 Answers