» Wed Jun 20, 2012 8:07 am
You can't name a property the same as a 'known type'. So you can't name a property something like 'Actor' or 'Int' because those are known types. They're words recognized by the compiler as denoting what type of variable something is. Those types of words are reserved, and shouldn't be used for anything other than in declaring the type of a variable/property.
Basically, don't use any words on http://www.creationkit.com/Category:Papyrus_Language_Reference or names of scripts as the name of a variable or property.