Forum Moderators: coopster
After that works I will be looking to use a repeat region to show multiple people and dogs however when I add the scrip for the dog and the handler I get the following error.
Fatal error: Cannot redeclare
Is there a way that I can 'stop' the script so that it can run again?
Or any other way that I can make this work?
If you are including a function that calculates the DOB already, then you don't need to redefine the function to use it again, you just need to simply call the function with the correct parameters. You should not need to rewrite the same code twice. Try removed your new function declaration and see if things are still working for you.
So everything is good now?