[ create a new paste ] login | about

Link: http://codepad.org/zvVSnFfK    [ raw code | fork ]

Lua, pasted on Sep 9:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- D:/Data/Dokumente/Administrator's Documents/wiremod/glon-orig.lua	Mo Sep  7 16:53:06 2009
+++ D:/Data/Dokumente/Administrator's Documents/wiremod/glon.lua	Mo Sep  7 16:54:17 2009
@@ -89,6 +89,15 @@
 	Entity = {10, function(o)
 		return (ValidEntity(o) and o:EntIndex() or -1).."\1"
 	end},
+	NPC = {10, function(o)
+		return (ValidEntity(o) and o:EntIndex() or -1).."\1"
+	end},
+	Vehicle = {10, function(o)
+		return (ValidEntity(o) and o:EntIndex() or -1).."\1"
+	end},
+	Weapon = {10, function(o)
+		return (ValidEntity(o) and o:EntIndex() or -1).."\1"
+	end},
 	Player = {11, function(o)
 		return o:EntIndex().."\1"
 	end},


Create a new paste based on this one


Comments: