NWNDS/nwnds_module/dmfi_unact_nam02.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

13 lines
277 B
Plaintext

#include "dmfi_getln_inc"
void main()
{
object oListener = OBJECT_SELF;
object oPC = GetPCSpeaker();
// attach our listener event
SetLocalString(oListener, "dmfi_getln_mode", "name");
DMFI_get_line(oPC, TALKVOLUME_TALK, "dmfi_univ_listen", oListener);
}