okay strait to the punch, DB keeps giving me this error
"#100001: Could not determine paramiter type of 'net message string()' at line 74"
this is the reciveing code that it keeps cuting out on
65 recivenet:
66 get net message
67 while net message exists()=1
68 if net message type()=3
69 for count = 1 to 14
70 chat(x).issound = chat(x+1).issound
71 chat(x).soundnum = chat(x+1).soundnum
72 chat(x).txt = chat(x+1).txt
73 next count
74 chat(15).txt = net message string()
75 endif
76 get net message
77 endwhile
78 return
chat(15).txt IS a string so i dont understand what i am doing wrong...
i suspect this to be a bug because it does not recive the same/simmilor error with "val1=net message integer()"
if its a bug, could some one tell me so i can move onto something else until 1.4 is out, if not, could someone please help me and inform me of what i am doing wrong ?