Posts: 371
Threads: 44
Joined: Nov 2009
Reputation:
0
Is it possible to change a '#define' via command in ingame? I dont think so, but maybe theres a option to do?
Posts: 423
Threads: 7
Joined: Jul 2010
Reputation:
0
Depends on what you want to change it to. IE: Integer or String.
Posts: 239
Threads: 1
Joined: Jul 2010
Reputation:
0
No, its not as #define is handled by the pre-processor (before the script is compiled). Use variables.
Posts: 371
Threads: 44
Joined: Nov 2009
Reputation:
0
Ok. Thanks for the information.