Difference between revisions of "Start Your Mod"
Jump to navigation
Jump to search
m
→Step 1 - Creating the script
imported>DragoonWraith (→Step 1 - Creating the script: some extra spacing around that pic) |
imported>Nightlithium |
||
Line 20: | Line 20: | ||
*The if statement will prevent the script from running until the character creation process is finished, and will not run if the player is in combat. This is an important line because it ensures that the quest starts at an appropriate time. | *The if statement will prevent the script from running until the character creation process is finished, and will not run if the player is in combat. This is an important line because it ensures that the quest starts at an appropriate time. | ||
*The [[StopQuest]] command is very important to end the script. However, since you have not made the quest yet, you may have to come back to this step. | *The [[StopQuest]] command is very important to end the script. However, since you have not made the quest yet, you may have to come back to this step. | ||
This | This script simply gives the player a few spells with a lame message to inform them what is happening. | ||
The following script is an example of how to give the player a note and a key. This example could be used in scripts which give the player a house. | The following script is an example of how to give the player a note and a key. This example could be used in scripts which give the player a house. | ||