Morrowind Mod talk:Id Standards
The UESPWiki – Your source for The Elder Scrolls since 1995
I noticed in the CS if you start a variable a number you get error messages on compile
e.g. Short 1Short Float 1Float <- bad Short Short1 Float Float1 <-Good
also if you name objects with a numeral you need quotes if not you don't
1NPC->AIFollow <- Bad
"1NPC"->AIFollow <- OK
AA1NCP->AIFollow <- OK so really its much easier
So do you want me to write a section ? --ExclusiveOR 10:09, 3 September 2006 (EDT)