Defining client.eye. in Developer Help
|
|
I'm trying to define client.eye and client.perspective so that they stay constant until I change them, but when I insert the coding for it, it keeps giving me errors.
client eye = locate(7,7,1) perspective = locate(7,7,1)
|
But it keeps giving me the error:
Thingy.dm:2:error::expected a constant expression
Thingy.dm:3:error::expected a constant expression
|