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

20 lines
519 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName rude_tanz_start
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 21/10/2004 4:35:24 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
#include "x0_i0_campaign"
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "rude_tanz_quest") == 0))
return FALSE;
return TRUE;
}