Changed folder name.
Changed folder name.
This commit is contained in:
11
_module/nss/dm_reads_line.nss
Normal file
11
_module/nss/dm_reads_line.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oSpeaker = GetPCSpeaker();
|
||||
|
||||
//Show this line in the conversation ONLY if it's a DM!
|
||||
if(GetIsDM(oSpeaker))
|
||||
return TRUE;
|
||||
|
||||
//Otherwise Don't show the line to anyone else!
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user