- Регистрация
- 22 Апр 2017
- Сообщения
- 942
- Реакции
- 397
- Баллы
- 196
- Лучшие ответы
- 26
Фраза "Прочти и узнаешь" здесь лишняя
Код:
func void dia_zuris_georg_letters_info() {
ai_output(other, self, "DIA_Zuris_Georg_Letters_15_00"); // У меня для тебя письмо.
ai_output(self, other, "DIA_Zuris_Georg_Letters_14_01"); // Ну-ка, давай
b_giveinvitems(other, self, 12783, 1);
npc_removeinvitems(self, itwr_taxnotices, 1);
b_usefakescroll();
ai_output(self, other, "DIA_Zuris_Georg_Letters_14_02"); // (про себя) Черт, еще больше трат...
ai_output(other, self, "DIA_Zuris_Georg_Letters_15_01"); // Прочти и узнаешь.
ai_output(self, other, "DIA_Zuris_Georg_Letters_14_03"); // А? Ничего. Если это все, то иди. Не мешай торговле!
zurisknowstaxnotices = true;
};