Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/x1_statue_con.nss
Normal file
9
_module/nss/x1_statue_con.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// empty to avoid default behaviour
|
||||
|
||||
void main()
|
||||
{
|
||||
int nMatch = GetListenPatternNumber();
|
||||
|
||||
if (nMatch == -1)
|
||||
AssignCommand(GetLastSpeaker(), SpeakStringByStrRef(40574));
|
||||
}
|
Reference in New Issue
Block a user