Convo, script and vendor changes
This commit is contained in:
@@ -13,4 +13,5 @@ CreateItemOnObject("playershandbook", oPC);
|
||||
if (GetItemPossessedBy(oPC, "emotewand")!= OBJECT_INVALID)
|
||||
return;
|
||||
CreateItemOnObject("emotewand", oPC);
|
||||
GiveGoldToCreature(oPC, 230);
|
||||
}
|
||||
|
@@ -3,7 +3,7 @@ int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!(GetHitDice(oPC) <= 4)) return TRUE;
|
||||
if (!(GetHitDice(oPC) <= 6)) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
@@ -3,7 +3,7 @@ int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!(GetHitDice(oPC) <= 1)) return TRUE;
|
||||
if (!(GetHitDice(oPC) <= 6)) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user