defineObj.h Limit

12/12/2022 09:36 Hikari Kuina#1
Hey guys! How can I increase the MAX_PROPMOVER of the defineObh.h. It keeps making error.txt file which is

2022/12/12 02:22:09 GetCtrlProp range_error min:0, max:1505, index:1548
2022/12/12 02:22:09 GetCtrlProp range_error min:0, max:1505, index:1548
2022/12/12 02:22:09 GetCtrlProp range_error min:0, max:1505, index:1548

I am assuming to max is set to 1505. Thanks
12/13/2022 00:56 Hikari Kuina#2
Quote:
Originally Posted by ZeroTwo02 View Post
ProjectCmn.h "MAX_PROPMOVER"
const int MAX_PROPMOVER = 14900;

It say's 14900 is the define number but I am still getting the error.txt which is odd that the max is 1505. I tried to create the items which is defined above 1505 and the error.txt will appear "2022/12/12 02:22:09 GetCtrlProp range_error min:0, max:1505, index:1548".