mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 09:07:15 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
17
trunk/epicspellscripts/sc_epicradial_0.nss
Normal file
17
trunk/epicspellscripts/sc_epicradial_0.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: FileName: "sc_epicradial_0"
|
||||
/* Purpose: Starting conditional that returns FALSE if no spells are on radial
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Boneshank
|
||||
//:: Last Updated On: March 12, 2004
|
||||
//:://////////////////////////////////////////////
|
||||
#include "prc_alterations"
|
||||
#include "inc_epicspells"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if (GetCastableFeatCount(GetPCSpeaker()) != 0)
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user