Game Development Community

Problem with package

by Alejandro Lopez · in General Discussion · 06/15/2008 (12:25 pm) · 0 replies

I have a big problem with package, i have search in my code for error ,but i cant find

i have 3 packages, i am activating number 1 , and later i deactivated and activate number 2.

when i activated number 2 , some functions work fine, but other call the previous definition of the function in package 1.

if i call from the console , is work fine, ( call the package 2 ) , but , if the function is called on the normal script game , call the package 1 definition.

any ideas?