Hmm this parser uses an interesting technique:
if line.Contains("activePlayerRef"):
self._activePlayerRef =
Convert.ToInt64(line.Substring(line.LastIndexOf("activePlayerRef") + 16))
I'll see if python can do this as well... ;) Bye,Skybuck.
-- https://mail.python.org/mailman/listinfo/python-list
