Thread: strange bug
View Single Post
  #1  
Old 03-21-2006, 06:56 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
strange bug

PHP Code:
//#CLIENTSIDE
// this is so lame, haha
if (playerenters||timeout) {
  if (
playery 64playery 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.
Reply With Quote