[Help] Gm board with quest

10/15/2014 13:37 morion77#1
I followed this tutorial [Only registered and activated users can see links. Click Here To Register...] to get the gm board, the client gives me error when launching the game, I am writing the SYSERR and I am attaching the files that have changed .... if you can give me a hand.
thanks

Code:
1015 13:09:06192 :: 
networkModule.py(line:200) SetSelectCharacterPhase
system.py(line:139) __hybrid_import
system.py(line:115) _process_result
introSelect.py(line:30) <module>
system.py(line:139) __hybrid_import
system.py(line:115) _process_result
interfaceModule.py(line:15) <module>
system.py(line:139) __hybrid_import
system.py(line:115) _process_result
uiMessenger.py(line:427) <module>
uiMessenger.py(line:613) MessengerWindow

networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'member' is not defined

1015 13:09:06192 :: ============================================================================================================
1015 13:09:06192 :: Abort!!!!


1015 13:09:06192 :: filename=exception.py, name=Abort
1015 13:09:06192 :: filename=networkModule.py, name=SetSelectCharacterPhase
1015 13:09:06192 :: filename=prototype.py, name=RunApp
1015 13:09:06192 :: filename=prototype.py, name=<module>
1015 13:09:06192 :: filename=system.py, name=execfile
1015 13:09:06192 :: filename=system.py, name=RunMainScript
1015 13:09:06192 :: filename=system.py, name=<module>
1015 13:09:06192 :: filename=<string>, name=<module>
10/15/2014 14:07 .yorliK#2
Be careful, you forgot to replace the "dots" with a tab.

[Only registered and activated users can see links. Click Here To Register...]

I correct it, try.
10/15/2014 14:38 morion77#3
Quote:
Originally Posted by Kilroy. View Post
Be careful, you forgot to replace the "dots" with a tab.

[Only registered and activated users can see links. Click Here To Register...]

I correct it, try.
Works great !!! thank you so much :) i'm new to python