Major update
Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
This commit is contained in:
12
_module/nss/dmfi_unact_nam02.nss
Normal file
12
_module/nss/dmfi_unact_nam02.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#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);
|
||||
}
|
Reference in New Issue
Block a user