Difference between revisions of "Tutorial:Race Specific Start Spells"

Jump to navigation Jump to search
no edit summary
imported>Shadowndacorner
m
imported>Shadowndacorner
 
Line 57: Line 57:
  End
  End


The script is saying "If the quest's stage is not 10 and if the player is an Argonian add the spell [whatever spell you specified] and set the quest's stage to 10 so we don't do this again."  '' '''NOTE:''' The reason that the line "Message "You have learned a new spell because you're an Argonian!" " has a semicolon before it is to tell the script to ignore this line.  If you remove it, you'll notice that when you start the game there will be a message saying "You have learned a new spell because you're an Argonian!".''  Before you exit out, be sure to set it as a Quest Script.
The script is saying "If the quest's stage is not 10 and if the player is [whatever race you specified] add the spell [whatever spell you specified] and set the quest's stage to 10 so we don't do this again."  '' '''NOTE:''' The reason that the line "Message "You have learned a new spell because you're an Argonian!" " has a semicolon before it is to tell the script to ignore this line.  If you remove it, you'll notice that when you start the game there will be a message saying "You have learned a new spell because you're an Argonian!".''  Before you exit out, be sure to set it as a Quest Script.


Open up the Quest window again and select your quest.  Set the script to the script we just wrote.
Open up the Quest window again and select your quest.  Set the script to the script we just wrote.

Navigation menu