- Регистрация
- 26 Мар 2004
- Сообщения
- 2.000
- Благодарности
- 968
- Баллы
- 295
Код:
const int TrfSheep_cast = 1;
func int Spell_Logic_TrfSheep(var int manaInvested)
{
if (manaInvested == 0)
{
if (self.attribute[ATR_MANA] < TrfSheep_cast)
{
return SPL_SENDSTOP;
};
return SPL_FORCEINVEST + 1;
};
if (manaInvested >= TrfSheep_cast)
{
Hlp_PrintConsole(" -> return SPL_SENDCAST");
Npc_SetActiveSpellInfo(self,Sheep);
return SPL_SENDCAST;
};
return SPL_RECEIVEINVEST;
};
MEG@VOLT вопрос не про скрипты. вопрос про движок