HoS_PRC8/_mod/_module/nss/npcact_conv_50pe.nss

10 lines
328 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
//////////////////////////////////////////////////////////////////////////////
// npcact_conv_50pe - Custom Conversation 50% chance
// By Deva Bryson Winblood 08/31/2004
/////////////////////////////////////////////////////////////////////////////
int StartingConditional()
{
if (d100()<51) return TRUE;
return FALSE;
}