Page 1 of 1

very strange bug i encountered

PostPosted: Wed Aug 15, 2012 5:56 pm
by Fojam
I was working on a menu engine, and i had a space in global code where i had declared about 10 functions and some variables. When i called one of the functions from it, though, instead of calling the one that i had written, it called the next function that was declared underneath it. I fixed this by creating different slots in global code for each function, but what is the cause of this bug?

Re: very strange bug i encountered

PostPosted: Wed Aug 15, 2012 8:15 pm
by skydereign
You'll have to post the code. That has never been reported as far as I'm aware, and through all of my use in global code I have never run into it. Otherwise we can't do anything about it.