ID:319433
Feb 20 2012, 7:11 am
|
|
I am doing a space game and would like to use the world var "view" to control ships' scanners, but cannot figure out how to do changes to world view distance at run time. Any ideas?
| |
#1 Feb 20 2012, 8:03 am
|
|
I don't think you can change world view, just use client view.
| |
#2 Feb 20 2012, 8:05 am
|
|
How do I do that?
| |
#3 Feb 20 2012, 8:18 am
|
|
NM, I got it after your help. Thank you 8)
| |
#4 Feb 20 2012, 8:20 am
|
||
Get a link to your client and then change its view variable.
Reference Documentation: http://www.byond.com/docs/ref/info.html#/client/var/view
| ||