Races, classes, player
by Xavier "eXoDuS" Amado · in Torque Game Engine · 12/23/2001 (1:24 pm) · 2 replies
I was looking at the player code, in clientconnection and i saw this 3 lines which made me thought of a good idea:
%client.gender = "Male";
%client.armor = "Light";
%client.race = "Human";
is it possible to implement this system? to change the races, etc from a gui and create the player depending on what you choose?
That would be nice...
%client.gender = "Male";
%client.armor = "Light";
%client.race = "Human";
is it possible to implement this system? to change the races, etc from a gui and create the player depending on what you choose?
That would be nice...
About the author
#2
Dark
12/23/2001 (7:11 pm)
Yes, it's possible. This is what we're doing in our game. It works well too. It's pretty easy to do.Dark
Torque Owner David Dougher
Pariah Games