FormType.psc defines all the possible form types in the game as constants. Example:
int Property kLocationRef = 5 AutoReadOnly
How do I reference these constants in my scripts? This could be super simple. I just don't know how to reference a different script's properties in my script. Or, it might not be allowed? In that case, I guess I must simply copy and paste the constant that I want to use in my script?