Something I found is that when you create a new activity it is defaulting the first activity ID to 1, then it goes to 2, 3, 4, etc.
It was causing me issues because the task wouldn't load in game. Found out that the ID needs to start at 0, then 1, 2, 3, 4, etc. I changed it and it worked. I don't know if this was user error or if it's really bugging the tasks out. Anyone notice this?
|