Files
HeroesStone_PRC8/_module/nss/sc_dwround.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

19 lines
461 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_dwround
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/27/2002 12:26:37 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
object oSpeaker=GetLastSpeaker();
if(GetGold(oSpeaker)<20)
return FALSE;
return TRUE;
}