Initial commit
Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/en4_healer_var.nss
Normal file
17
_module/nss/en4_healer_var.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user