Difference between revisions of "LUA:QuestReturnNPC"
(New page: '''Syntax'''<br> QuestReturnNPC(Quest, Spawn ID)<br> '''Explanation'''<br> This function will be placed in your "function Init(Quest)" function to let the server know which NPC you return...) |
(No difference)
|
Latest revision as of 17:08, 3 April 2009
Syntax
QuestReturnNPC(Quest, Spawn ID)
Explanation
This function will be placed in your "function Init(Quest)" function to let the server know which NPC you return to at the end of your quest.
Example
QuestReturnNPC(Quest, 1390091)