edrevolution / pywright

Automatically exported from code.google.com/p/pywright
0 stars 0 forks source link

casing on names #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not sure what to do here

Original issue reported on code.google.com by pmul...@foodista.com on 30 Dec 2010 at 1:17

GoogleCodeExporter commented 9 years ago
If we have a character definition, such as with permanent blipsounds:

#default
set maya_name Maya

#to force lowercase
set maya_name maya

Original comment by saluk64007@gmail.com on 20 Jan 2011 at 1:14

GoogleCodeExporter commented 9 years ago

Original comment by saluk64007@gmail.com on 20 Jan 2011 at 1:14

GoogleCodeExporter commented 9 years ago
Final solution:

set char_maya_name maya

will set maya's nametag to "maya" exactly.

set char_maya_name Maya

will set it to "Maya".

set char_maya_name ???

will set it to ???.

This applies every time you do "char maya". The default, if the "char_[char 
id]_name" is not found, is to use the capitalized version of the char_id. So 
without setting any variables, "char maya" will produce "Maya" as the nametag.

Original comment by saluk64007@gmail.com on 20 Jan 2011 at 1:40