client |
But it keeps giving me the error:
Thingy.dm:2:error::expected a constant expression
Thingy.dm:3:error::expected a constant expression
ID:173690
Nov 29 2003, 10:37 pm
|
||
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.
But it keeps giving me the error: Thingy.dm:2:error::expected a constant expression Thingy.dm:3:error::expected a constant expression | ||
#1 Nov 29 2003, 11:03 pm
|
|
You cannot set a variable to another variable at compile. locate(x,y,z) returns a value but is not itself a constant value. Try setting those in client/New().
| |