| jake13jake |
03-21-2006 06:56 AM |
strange bug
PHP Code:
//#CLIENTSIDE
// this is so lame, haha
if (playerenters||timeout) {
if (playery > 64) playery = 58;
timeout = 0.5;
}
Normally I wouldn't be worried about this kind of thing because I typically script this sort of level link. However, what's occuring with this script is quite strange.
This script is in a level. This level is not on a gmap. However, it occurs that when you jump into the level and then reenter the gmap, your y value continuously decreases until your playery is 58 on the gmap. It seems like it follows the same timeout as well. It just doesn't make sense at all.
|