aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/conversation/_grunt_chatter_mp.gnut
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/scripts/vscripts/conversation/_grunt_chatter_mp.gnut')
-rw-r--r--Northstar.CustomServers/scripts/vscripts/conversation/_grunt_chatter_mp.gnut18
1 files changed, 0 insertions, 18 deletions
diff --git a/Northstar.CustomServers/scripts/vscripts/conversation/_grunt_chatter_mp.gnut b/Northstar.CustomServers/scripts/vscripts/conversation/_grunt_chatter_mp.gnut
deleted file mode 100644
index b638e92bb..000000000
--- a/Northstar.CustomServers/scripts/vscripts/conversation/_grunt_chatter_mp.gnut
+++ /dev/null
@@ -1,18 +0,0 @@
-global function GruntChatter_MP_Init
-global function PlayGruntChatterMPLine
-
-void function GruntChatter_MP_Init()
-{
- //ShGruntChatter_MP_Init()
-}
-
-void function PlayGruntChatterMPLine( entity grunt, string conversationType )
-{
- #if !GRUNT_CHATTER_MP_ENABLED
- return
- #endif
-
- foreach ( entity player in GetPlayerArray() )
- if ( ShouldPlayGruntChatterMPLine( conversationType, player, grunt ) )
- Remote_CallFunction_NonReplay( player, "ServerCallback_PlayGruntChatterMP", GetConversationIndex( conversationType ), grunt.GetEncodedEHandle() )
-} \ No newline at end of file