Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
Maknig an observe thing..
[Tips]
ID:174861
Jul 13 2003, 12:15 pm
Koolguy900095
How do I make it so another player's client.eye or whatever follows any play they want to observe and then when they are done it moves the client.eye back to their person
Jul 13 2003, 12:27 pm
Da_Rushyo
client.eye = the target
client.perspective = EYE_PERSPECTIVE
then to reset it...
client.eye = usr
client.perspective = MOB_PERSPECTIVE
Jul 13 2003, 12:29 pm
In response to
Da_Rushyo
Koolguy900095
Thanks! What i tried didnt work it just made the scren go black..
Copyright © 2025 BYOND Software. All rights reserved.
client.perspective = EYE_PERSPECTIVE
then to reset it...
client.eye = usr
client.perspective = MOB_PERSPECTIVE