我在bList Action中需要帮助,我不知道什么是“ blist”?
现在看起来像这样:
<msg t='sys'><body action='bList' r='-1'><bList></bList></body></msg>
但是我希望在游戏中像这样:
<msg t='sys'><body action='bList' r='-1'><mv><v n='$trb'><![CDATA[1]]></v><v n='$chr'><![CDATA[M!0,0,0,0!46,23,18|255,170,0|255,170,0|255,170,0]]></v></mv><bList></bList></body></msg>
我这样在服务器端编写代码:
var buddyVariables:Object = {}
buddyVariables.$trb= response.tb
buddyVariables.$chr = response.sex+"!"+response.mask+"!"+response.maskc
smartFox.setBuddyVariables( buddyVariables )
代码中是否有错误?