When I try to compile the script I get this warnings. What do they mean? is it really bad, or can I just overlook them?
-----------------------------------------------------------
2 warnings:
uninstall function "un.GetParent" not referenced - zeroing code (0-21) out
install function "GetParent" not referenced - zeroing code (0-21) out
I'm green to this,my script is a cut'n'paste project, where I'm not excatly know what all does. but hope it works. Although I think its getting clearer to me.
function "un.GetParent" not referenced
5 posts
So I can just ignore them then?
It's the best you can do (ignore 'em) because when they aren't useful compiler removes 'em from script (zeroing code...).
oki, thanks for the help.