WoR_PRC8/_module/nss/conv_random2.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

22 lines
559 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName conv_random2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 23/10/2004 4:31:51 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "rudequest008"))
return TRUE;
return FALSE;
{
int nChance = d100() >= 90;
return nChance;
}}