==== Script Samples ==== Possibly the best place to find script samples is to create a local world, pick one of the templates provided then examine the scripts that make up the template. (You can look at the scripts in the F10 -> Script Editor in game, or browse to your LocalWorlds folder which will be in C:\Users\[UserName]\AppData\Local\Games For May\The Universal\ by default). By editing those template scripts and reloading them while in game (press F11 or use *reloadscript) you can immediately see how changes affect your world. You can also find lots of examples of the scripting language functions in the [[scripting:reference:system_functions|reference documentation]]. === Simple Samples === - [[Scripting:Samples:SimpleAxe|Simple Bronze Axe Sample]] === Simple Building Samples === - [[Scripting:Samples:BasicBuilding|Basic 'Gather Item' building]] === Event Samples === - [[Scripting:Samples:CrowTourney|Automatic Crow Tournament]] === Cutscene Samples === - [[Scripting:Samples:SimpleCutscene|A simple cutscene]] \\ - [[Scripting:Samples:GenesisCutscene|Genesis end-of-the-world Cutscene]] \\