O temacie
Autor Iuppiter
Zaczęty 5.01.2015 roku
Wyświetleń 3242
Odpowiedzi 7
Iuppiter
Lukizzz
chicken RaveN Studio
func int Spell_Logic_BreathOfDeath(var int manaInvested){ PrintDebugNpc (PD_MAGIC, "Spell_Logic_BreathOfDeath"); if ( manaInvested >= SPL_SENDCAST_BREATHOFDEATH ) { return SPL_SENDCAST; }; return SPL_RECEIVEINVEST;};
MajkeI