Difference between revisions of "Barebones function 249"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
Line 2: Line 2:
 
''Function 249:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>249:</span></span>
 
''Function 249:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>249:</span></span>
  
* ''Function 249'' Quest credits.
+
* ''Function 249'' = Quest credits.
  
 
==Quest credits==
 
==Quest credits==
 
Quest credits displays a window message at the end of the quest when exiting through the guild lady to tell the players who made and contributed to the quest.
 
Quest credits displays a window message at the end of the quest when exiting through the guild lady to tell the players who made and contributed to the quest.
  
[[Barebones function 249]] Function 249 displays a window message at the end of the quest when exiting through the guild lady to tell the players who made and contributed to the quest.
+
[[Barebones function 249]] = Function 249 displays a window message at the end of the quest when exiting through the guild lady to tell the players who made and contributed to the quest.
  
 
==Use==
 
==Use==

Latest revision as of 07:56, 19 April 2013

Barebones function 249

Function 249: 249:

  • Function 249 = Quest credits.

Quest credits

Quest credits displays a window message at the end of the quest when exiting through the guild lady to tell the players who made and contributed to the quest.

Barebones function 249 = Function 249 displays a window message at the end of the quest when exiting through the guild lady to tell the players who made and contributed to the quest.

Use

Function 249 displays a window message at the end of the quest when exiting through the guild lady to tell the players who made and contributed to the quest.

How the function appears in the script


249:     window_msg Insert credits here.<cr>Bare bones script<cr>coded by japanaman2. //Displays a window message for quest credits.
         jmp 4 //Jumps to function 4.

Also see

window_msg, jmp, Barebones function 4