|
|
| Line 3: |
Line 3: |
| |
|
|
|
| |
== Arguments == |
|
== Arguments == |
| − |
;questid: Table - Integer - Quest ID (starts with 1). |
+ |
;questid: Table - Integer - index of a quest in the quest log (between 1 and GetNumQuestLogEntries()). |
| |
|
|
|
| |
== Returns == |
|
== Returns == |
Latest revision as of 19:14, February 20, 2010
QuestLink = GetQuestLink(questid)
Arguments
Edit
- questid
- Table - Integer - index of a quest in the quest log (between 1 and GetNumQuestLogEntries()).
- QuestLink
- String - The link to the quest specified
- or nil, if the type and/or id is invalid or there is no active quest at the moment.