Yeah - it hasn't always been the case, I had it working just fine at the start, it's strange how it's started recently.
Although, my enum/macro init script is close to 900 lines now, as the project is very large. It shouldn't be the issue though - I'm trying to replicate with new project so I can establish more details around what could be causing it.
spidernest
Creator of
Recent community posts
Hey there! I was just wondering if anyone else has come into issues when using ENUMs at all? Any part I try to update that contains an enum field, I always get back an error along the lines of this:
[live][1:52:26 PM] obj_profile:Draw_0[L8,c89] Enum `playerdatastorage` does not contain field `totalessence`
I generally will just comment out ENUM sections when use GMLive to layout UI stuff, and then just cut them back in when I know the layout is all good and I've shut off GMLive. I figured it may be worth a shot however to see if anyone else has had this issue.
For the record as well - it isn't just that Enum value - it's pretty much any/all. And I can confirm that "playerdatastorage" does contain that field as well.
Thanks very much - other than this minor issue this extension has been a major help!!
Thanks again!