Initial upload
Initial upload
This commit is contained in:
21
_module/nss/2_ship_gold.nss
Normal file
21
_module/nss/2_ship_gold.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName 2_ship_gold
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 7/16/2002 8:49:07 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
|
||||
// Does the player have enough gold?
|
||||
int iResult;
|
||||
|
||||
iResult = (GetGold(GetPCSpeaker()) >= 1000);
|
||||
return iResult;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user