Difference between revisions of "StartQuest"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Henning
imported>Cipscis
(Undo revision 16705 by Fallout gamer (Talk))
 
Line 1: Line 1:
{{ Fonction
{{Function
origine | = GECK1
|origin = GECK1
Sommaire | = Commence la quête , ce qui signifie :
|summary = Starts the quest, which means:
* Tout dialogue ci-joint sera activé.
* Any attached dialogue will be enabled.
* Le script recherche , le cas échéant , commenceront à être diffusées .
* The quest script, if any, will begin running.  
| arguments = {{ FunctionArgument
|arguments = {{FunctionArgument
    | Nom = liberer DC
    |Name = questname
    Type | = 015b4f7
    |Type = EditorID
  }}
  }}
}}
}}
Exemples == ==
==Examples==
 SQ09 StartQuest
StartQuest SQ09
Commence la quête avec le EditorID de SQ09
Starts the quest with the EditorID of SQ09


Notes == ==
==Notes==
* Évitez d'appeler cette fonction pour démarrer une quête qui est déjà en cours d'exécution . S'il ya un script associé à la recherche , toutes les variables seront remis à 0 quand le jeu a sauvé est rechargé .
* Avoid calling this function to start a quest which is already running. If there is a script attached to the quest, any variables will be reset to 0 when the saved game is reloaded.


== Voir aussi ==
==See Also==
* [ [ StopQuest ] ]
*[[StopQuest]]
* [ [ GetQuestRunning ] ]
*[[GetQuestRunning]]
* Lien vers TES4 Construction Set Wiki : [ http://cs.elderscrolls.com/constwiki/index.php/StartQuest StartQuest ] .
*Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/StartQuest StartQuest].


[ [ Catégorie: Fonctions ] ]
[[Category:Functions]]
[ [ Catégorie: Fonctions ( JEK 1,1) ] ]
[[Category:Functions (GECK 1.1)]]
[ [ Catégorie: Fonctions Quest ] ]
[[Category:Quest Functions]]
[ [ Catégorie: Fonctions Quest ( JEK 1,1) ] ]
[[Category:Quest Functions (GECK 1.1)]]

Latest revision as of 23:12, 23 July 2010

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Starts the quest, which means:

  • Any attached dialogue will be enabled.
  • The quest script, if any, will begin running.

Syntax

[help]
StartQuest questname:EditorID

Examples

StartQuest SQ09 

Starts the quest with the EditorID of SQ09

Notes

  • Avoid calling this function to start a quest which is already running. If there is a script attached to the quest, any variables will be reset to 0 when the saved game is reloaded.

See Also