Creating a Character
Description
A player creates a new character under their account.
SQL Example
INSERT INTO Character (PlayerID, Name, Health, EXP, Gold) VALUES (1, 'Alek', 100, 0, 500);
Last modified
10 days ago
Last modified on 02/12/25 14:34:32
Note:
See TracWiki
for help on using the wiki.