mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-12 06:46:31 -05:00
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
17
nwn/trunk/epicspellscripts/sc_epicradial_0.nss
Normal file
17
nwn/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