Scene: Difference between revisions
Created the page |
m Fixed some links |
||
| Line 20: | Line 20: | ||
==== Scene Tab: ==== | ==== Scene Tab: ==== | ||
This Tab is used for Sector and script setup. | This Tab is used for [[Sector]] and script setup. | ||
==== Adding or Removing Sectors: ==== | ==== Adding or Removing Sectors: ==== | ||
Sectors can be added in the menu using the "+" and "-" Buttons. They are usually used to allow for easy modifying of NPC placements and talk script assignment, due to them being selectively loaded by code in either the enter00.ssb script or an acting script. | [[Sector|Sectors]] can be added in the menu using the "+" and "-" Buttons. They are usually used to allow for easy modifying of NPC placements and talk script assignment, due to them being selectively loaded by code in either the enter00.ssb script or an acting script. | ||
==== Adding Scripts: ==== | ==== Adding Scripts: ==== | ||
| Line 34: | Line 34: | ||
==== Actors Tab: ==== | ==== Actors Tab: ==== | ||
Lists all [[Actor|Actors]] and their assigned Sectors and Talk Scripts. | Lists all [[Actor|Actors]] and their assigned [[Sector|Sectors]] and Talk Scripts. | ||
==== Objects Tab: ==== | ==== Objects Tab: ==== | ||
Lists all [[Object|Objects]] and their assigned Sectors and Talk Scripts. | Lists all [[Object|Objects]] and their assigned [[Sector|Sectors]] and Talk Scripts. | ||
==== Performers Tab: ==== | ==== Performers Tab: ==== | ||
Lists all [[Performer|Performers]] Types and assigned Sectors | Lists all [[Performer|Performers]] Types and assigned [[Sector|Sectors]] | ||
==== Triggers Tab: ==== | ==== Triggers Tab: ==== | ||
| Line 55: | Line 55: | ||
* Delete the [[actor]] | * Delete the [[actor]] | ||
* Set the actor Kind using a selection from the Actor List | * Set the actor Kind using a selection from the Actor List | ||
* Assign a Sector the [[actor]] should be on | * Assign a [[Sector]] the [[actor]] should be on | ||
* Assign a Talkscript that gets executed when the NPC is being talked to (only useful for enter scenes!) | * Assign a Talkscript that gets executed when the NPC is being talked to (only useful for enter scenes!) | ||
* Set a direction the [[actor]] should face | * Set a direction the [[actor]] should face | ||
{{NavScriptTerms}} | {{NavScriptTerms}} | ||