|
|
| Author | Topic: Error message in ASL log |
| gamer1962 |
I have error message regarding variable that are used in the afterturn script. Warning: Error Variable "mypet" not defined This variable is not assigned until the player aquires a companion creature. My question is will this creates problems with the game or is it only releveant to the debug log ? |
| Alex |
It won't create any real problems, but you could get rid of the error by just setting the string variable "mypet" to nothing in your game startscript. |