The search keyword must be a single word (no spaces).
Function QuestCreateItem
- Line
- 3507
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- quest whichQuest
- Returns
- questitem
| 3507 | native QuestCreateItem takes quest whichQuest returns questitem |
| 3508 | native QuestItemSetDescription takes questitem whichQuestItem, string description returns nothing |
| 3509 | native QuestItemSetCompleted takes questitem whichQuestItem, boolean completed returns nothing |
| 3510 | |
| 3511 | native IsQuestItemCompleted takes questitem whichQuestItem returns boolean |
| 3512 |