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

17 lines
360 B
Plaintext

// zzdlg_do_04
//
// Original filename under Z-Dialog: zdlg_do_04
// 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 = 4;
void main()
{
_dlgDoSelection( _dlgGetPcSpeaker(), ENTRY_NUM - 1 );
}