En:AddQuest
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
AddQuest(quest_id : Number, quest_location_id : Number)
[править]
Description
Add new quest to the quest list
[править]
Parameters
[править]
Result
The procedure returns nothing;
[править]
Example
if answer_id == 111 then
bot.SetCurrentTalkID(150);
AddQuest(100, 100); // New quest is added
endif
[править]