Difference between revisions of "Barebones function 11500"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
Line 8: Line 8:
  
 
[[Barebones function 11500]] = Function 11500 What will be done when the quest is failed immediately when returning to pioneer2/labo. Players will be placed in front of the quest giver upon arriving back on pioneer2/labo. And the quest giver will begin a cinematic quest failed dialogue.
 
[[Barebones function 11500]] = Function 11500 What will be done when the quest is failed immediately when returning to pioneer2/labo. Players will be placed in front of the quest giver upon arriving back on pioneer2/labo. And the quest giver will begin a cinematic quest failed dialogue.
 
  
 
==Use==
 
==Use==

Latest revision as of 22:00, 21 April 2013

Barebones function 11500

Function 11500: 11500:

  • Function 11500 = What will be done when the quest is failed immediately when returning to pioneer2/labo.

What will be done when the quest is failed immediately when returning to pioneer2/labo

What will be done when the quest is failed immediately when returning to pioneer2/labo. Players will be placed in front of the quest giver upon arriving back on pioneer2/labo. And the quest giver will begin a cinematic quest failed dialogue.

Barebones function 11500 = Function 11500 What will be done when the quest is failed immediately when returning to pioneer2/labo. Players will be placed in front of the quest giver upon arriving back on pioneer2/labo. And the quest giver will begin a cinematic quest failed dialogue.

Use

Function 11500 What will be done when the quest is failed immediately when returning to pioneer2/labo. Players will be placed in front of the quest giver upon arriving back on pioneer2/labo. And the quest giver will begin a cinematic quest failed dialogue.

How the function appears in the script


11500:   call 200 //Calls function 200.
         call 1005 //Calls function 1005.
         ret 

Also see

call, ret, Barebones function 0, Barebones function 23,

Barebones function 33, Barebones function 200, Barebones function 1005,

Barebones function 10000