Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/props/P_LOCALCMDS b/doc/props/P_LOCALCMDS
new file mode 100644
index 0000000..5a7b515
--- /dev/null
+++ b/doc/props/P_LOCALCMDS
@@ -0,0 +1,12 @@
+NAME:
+    P_LOCALCMDS                   "localcmds"                   
+
+DEFINIERT IN:
+    /sys/properties.h
+
+BESCHREIBUNG:
+    Ein Array von Arrays aller Befehle die im Spieler selbst definiert sind.
+    ({ ({ "befehl", "funktion", flag, wizlevel }) })
+    Wenn flag gesetzt ist werden nur die ersten Zeichen die auch in Befehl
+    angegeben sind mit dem Verb ueberprueft. Siehe auch
+    add_action("funktion", "befehl", 1) und AddCmd("befehl", "funktion", 1).