Initial upload
Initial upload.
This commit is contained in:
12
_module/nss/dm_banter001.nss
Normal file
12
_module/nss/dm_banter001.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "x2_inc_banter"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if (TryBanterWith("Piwiewen", 1 ) == TRUE)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user