REO-EE/_module/nss/zzdlg_check_10.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05:00

18 lines
425 B
Plaintext

// zzdlg_check_10
//
// Original filename under Z-Dialog: zdlg_check_10
// Copyright (c) 2004 Paul Speed - BSD licensed.
// NWN Tools - http://nwntools.sf.net/
//
// Additions and changes from original copyright (c) 2005-2006 Greyhawk0
#include "zzdlg_tools_inc"
const int ENTRY_NUM = 10;
int StartingConditional()
{
object oSpeaker = _dlgGetPcSpeaker();
return( _SetupDlgResponse( ENTRY_NUM - 1, oSpeaker ) );
}