| | |
| | | ChContent = GameWorld.CodeToGBK(ChContent)
|
| | | ChContent = ChContent.strip()
|
| | | isRight = ChContent in answerList
|
| | | # if curPlayer.GetMapID() != ChConfig.Def_FBMapID_FamilyParty:
|
| | | # if isRight:
|
| | | # PlayerControl.FamilyNotify(curFamilyid, 'FamilyPleaseIntoParty')
|
| | | # PlayerControl.NotifyCode(curPlayer, 'FamilyNoIntoParty')
|
| | | # return
|
| | | if curPlayer.GetMapID() != ChConfig.Def_FBMapID_FamilyParty:
|
| | | if isRight:
|
| | | PlayerControl.FamilyNotify(curFamilyid, 'FamilyPleaseIntoParty')
|
| | | PlayerControl.NotifyCode(curPlayer, 'FamilyNoIntoParty')
|
| | | return
|
| | |
|
| | | playerID = curPlayer.GetID()
|
| | | GameWorld.DebugLog(" answer=%s ChContent=%s"%(answerList, ChContent), playerID)
|