22 lines
559 B
Plaintext
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;
|
|
}}
|