28-09-2006, 11:10 AM
Under your Pokemon type or class, add more variables for whatever you want. Like:
Type Pokemon
Name as String
EvolutionPercent as Byte
End Type
That would be for both server-side and client-side. Send the data using winsock with SendData. When it reaches the server, save it to the file or database, and then you may call it or update it whenever you wish.
Hopefully that helps.
Type Pokemon
Name as String
EvolutionPercent as Byte
End Type
That would be for both server-side and client-side. Send the data using winsock with SendData. When it reaches the server, save it to the file or database, and then you may call it or update it whenever you wish.
Hopefully that helps.