ID:157252
 
Ok so I have a verb that allow's the user to 'psychicly move' an obj. But my problem is that when I move a certain number of tiles away, my screen goes black. I'm changing the client.eye to the current location of the obj and using the step proc to move said obj. Any ideas what it could be, or a better way to do this?
do this
client.perspective = 255

that should fix it :P
In response to Masschaos100
Should be EYE_PERSPECTIVE, not 255.
In response to Garthor
yea yea yea