EN6_PRC8/_module/nss/en4_healer_var.nss

18 lines
261 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
object oPC;
int iLevel;
int iGold;
int iPCGold;
int iResult;
oPC = GetPCSpeaker();
iLevel = GetLocalInt(GetArea(OBJECT_SELF),"MinimumLevel");
iGold = 250;
SetCustomToken(200,IntToString(iGold));
iResult = FALSE;
return iResult;
}