HoS_PRC8/_mod/_module/nss/npcact_ext_slis.nss

18 lines
829 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
////////////////////////////////////////////////////////////////////////////////
// npcact_ext_SLIS - NPC ACTIVITIES 6.0 Set Listen external command
//------------------------------------------------------------------------------
// By Deva Bryson Winblood 06/13/2004
//------------------------------------------------------------------------------
// Last Modified By: Deva Bryson Winblood
// Last Modified Date: 06/13/2004
////////////////////////////////////////////////////////////////////////////////
void main()
{
SetListening(OBJECT_SELF,TRUE);
SetListenPattern(OBJECT_SELF,"Did you hear**",6132004);
SetLocalString(OBJECT_SELF,"sGNBListen","Did you hear**");
SetLocalString(OBJECT_SELF,"sCRSPUser","npcact_ud_list");
SetLocalFloat(OBJECT_SELF,"fDelay",0.1);
} // NPCAct4SetListen()