mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-24 12:47:14 -05:00
Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
// Determines whether there are enough empty slots left to show Menu A
|
||||
|
||||
#include "psi_inc_ac_const"
|
||||
#include "psi_inc_ac_convo"
|
||||
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
return (GetMaxSlotsForLevel(GetLocalInt(oPC, ASTRAL_CONSTRUCT_LEVEL + EDIT), oPC) - GetTotalNumberOfSlotsUsed(oPC)) >= MENU_A_COST;
|
||||
}
|
||||
Reference in New Issue
Block a user