The Script Shop
BasicScriptTutorial on Scripting
Use this BasicTutorial to get your feet wet with the script system. You should know the basic functions of the LevelEditor before you use this tutorial. You'll learn about;
- Creating a script file.
Using the LevelEditor to call a function from the map.
The SysObject and it's properties.
Basic entity ScriptEvents.
Basic ScriptSyntax.
AdvancedScriptTutorial on Scripting
Use this AdvancedTutorial to learn the nuances of the script system and it's syntax. You'll learn about;
Some advanced ScriptEvents.
- Changing the situation based on enemy status.
- Blending script functions with entity use.
Some advanced ScriptSyntax.
How They Did It - Single Player Scripting
Use these advanced in-game examples to see the full power of the Quake 4 scripting system in action.