Talk:States (Papyrus)
Possible State Limit(untested)Edit
In Skyrim, a single script can only contain 127 states, any more than that and an error is thrown. Considering Fallout 4 is 64bit, this may not be the case. --Rasikko (talk) 2018-06-15T15:50:36 (EDT)
Empty state: explicit versus implicit usageEdit
The main page already covers implicit usage of the empty state, but doesn't seem to document explicit usage. I found that "EmptyState" appears to be its explicit name while working on a mod and that defining that state or switching to it appeared to have the same behavior as the implicit empty state.
I would need to check compiled Papyrus to be sure, but it appears that this is a compiler optimization for user convenience, and that GotoState("") is directly interchangeable with GotoState("EmptyState"), etc.
--Glitchfinder (talk) 13:21, 16 January 2025 (EST)