No categories assigned

LUA:QuestReturnNPC

Revision as of 17:08, 3 April 2009 by Xanibunib (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)



Back to LUA Functions