View Single Post
  #8  
Old 07-24-2002, 10:56 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Torankusu
you don't need quotes.

and, to prevent it from moving over .5 every time someone enters the room, you could just set the x/y to a coordinate.

if (playerenters){
x = 32.5;
y = 32.5;
}
etc.
too bad that messes up on a terrain (I think) since it's all like one big level, it'll send up in the upper left level, but I don't think most people have to worry about that
Reply With Quote