No categories assigned

LUA:QuestReturnNPC

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