ID:170603
![]() Jan 4 2005, 10:24 am
|
|
I need help defining the variable for my races. Could anyone help?
|
By races, I mean different uh, races, like man, dwarf, elf, etc., so that when the usr logs in, they are prompted to choose one of these races. I tried using
mob var race man dwarf etc... But it still came up with usr.race: undefined var. |
Use a list?
mob/var/list/races = list("Q-Hero","Q-Master") |
I'm not quite sure what you mean. That's one way to define a variable, but I may be totally off from what you're looking for.