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

  • quest_id - number. Identifier of new quest;
  • quest_location_id - number. Quest location identifier;

Result

The procedure returns nothing;

Example

if answer_id == 111 then
    bot.SetCurrentTalkID(150);
    AddQuest(100, 100); // New quest is added
endif

See also

General procedures and functions

Личные инструменты