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