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

Cerrada
abierta hace 3 años por premierio0015 · 1 comentarios

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 comentado hace 3 años
Colaborador

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)```
Inicie sesión para unirse a esta conversación.
Cargando...
Cancelar
Guardar
Aún no existe contenido.