Local static variable "SecondCreatureUID" contains 171 (From console log)
I want to pick creature with this uid and it fails. But if I didn't use local variable and just wrote Pick Instance with UID 171 (Instead of using local variable) it would work.
What am I doing wrong?