Scripting NPC Movement

Every script must have the Begin and End tags. The specified name will also be the ID you will reference the script by (be it from other scripts or inside the TES CS object windows). A script may start out with comments, but the first line of real code must be "Begin xxxxxxxxx". General syntax for functions: "Object_ID" -> Function, [parameters] ................
................