ID:176318
Jan 25 2003, 10:40 am
|
|
How do I make the screen change position so it is slightly off set from your character and then move back later?
|
Jan 25 2003, 11:44 am
|
|
client.eye
|
In response to Garthor
|
|
I looked up client.eye, but I don't realy get it. How would I make the screen move 3 spaces to the left?
|
In response to Codesterz
|
|
Setting client.eye to a turf 3 spaces to the left.
|
In response to Garthor
|
|
Wouldn't this get lengthy to do in 100 different battlegrounds?
|
In response to Codesterz
|
|
client.eye = locate(x+3,y,z)
|
In response to Garthor
|
|
did absolutely nothing
|
In response to Codesterz
|
|
I haven't used it in a while but I think you may need to change the client.perspective as well (look it up for details).
|
In response to English
|
|
src.client.eye=locate(x,y,z)
|
In response to Tazor07
|
|
I got it working!
|