Initial Commit
Initial Commit
This commit is contained in:
9
_module/nss/del_hasgold.nss
Normal file
9
_module/nss/del_hasgold.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "x4_inc_functions"
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
string sMessage = GetLastPCChatMessage(oPC);
|
||||
int nGold = StringToInt(sMessage);
|
||||
if (GetGold(oPC) >= nGold) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user