mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-23 18:26:27 -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 B
|
||||
|
||||
#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_B_COST;
|
||||
}
|
||||
Reference in New Issue
Block a user