
07-24-2002, 04:18 AM
|
Elite Member
|
 |
Join Date: Jun 2001
Posts: 10,065
|
|
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. |
__________________
Quote:
Originally posted by Spark910
Think befreo you type.
|
|
|
|