#295 func GiveQuestItem(Quest, Player, Description, ItemID) requires usage of multiple Item ID's

Chiuso
aperto 3 anni fa da premierio0015 · 1 commenti
premierio0015 ha commentato 3 anni fa

function GiveQuestItem(Quest, Player, Description, ItemID) atm uses only 1 itemID, while some quests require more then 1.

function GiveQuestItem(Quest, Player, Description, ItemID) atm uses only 1 itemID, while some quests require more then 1.
image ha commentato 3 anni fa
Collaboratori

new implementation will be: GiveQuestItem(Quest, Player, Description, ItemID, .. more item ids)

So

GiveQuestItem(Quest, Player, Description, ItemID1, ItemID2)

new implementation will be: ```GiveQuestItem(Quest, Player, Description, ItemID, .. more item ids)``` So ```GiveQuestItem(Quest, Player, Description, ItemID1, ItemID2)```
Sign in to join this conversation.
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.