Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // если выбрал не Мэри - закрываем к ней доступ
- if (pchar.questTemp.LSC.Mary == "alive")
- {
- for (i=0; i<=3; i++)
- {
- LocatorReloadEnterDisable("LostShipsCity_town", "reload6"+i, true); // закрываем вход к Мэри
- }
- pchar.questTemp.LSC.Mary = "fail";
- RemoveItems(pchar, "key_mary", 1); // удалить ключ Мэри
- DeleteAttribute(pchar, "questTemp.LSC.MaryWait"); // стираем атрибут общения с Мэри
- }
Add Comment
Please, Sign In to add comment