Initial upload
Initial upload
This commit is contained in:
9
_module/nss/statue_conv.nss
Normal file
9
_module/nss/statue_conv.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