Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Another RTE9 Problem
#2
This is the code before it, and it executes properly, so I know the item exists:
Code:
Item(n).Name = Parse(2)
        Item(n).Pic = Val(Parse(3))
        Item(n).Type = Val(Parse(4))
        Item(n).Data1 = Val(Parse(5))
        Item(n).Data2 = Val(Parse(6))
        Item(n).Data3 = Val(Parse(7))
        Item(n).Weight = Val(Parse(8))
        Item(n).Value = Val(Parse(9))

And I checked the packets sent between the client and server and they include the value attribute at the 9th section.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)