![]() |
human names - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: human names (/Thread-human-names) |
human names - Kapa - 11-03-2014 06:19 PM hi, how do i change human names this doesnt work in sphere_names.scp [NAMES NAMES_HUMANMALE] 1499 bla bla bla what does this number? [NAMES NAMES_HUMANMALE] 1499 //? Aaron Aasin Abbott Abdel Abdiel Abel Abijah Abner RE: human names - azmanomer - 11-03-2014 10:44 PM these number means there are 1499 lines(names) under [NAMES NAMES_HUMANMALE] RE: human names - Kapa - 11-04-2014 12:49 AM thx how to i change the names without re spawning? RE: human names - azmanomer - 11-04-2014 01:21 AM [function changenames] forchars 65000 if (<npc>==3) || (<npc>==4) || (<npc>==5) || (<npc>==6) || (<npc>==7) || (<npc>==8) || (<npc>==9) if <sex> NAME=#NAMES_HUMANMALE else NAME=#NAMES_HUMANFEMALE endif endif endfor this will probably works but im not sure ![]() RE: human names - Extreme - 11-04-2014 03:31 AM Maybe <SEX 1/0> RE: human names - Kapa - 11-04-2014 04:47 AM how do i run this function? RE: human names - Extreme - 11-04-2014 05:04 AM .changenames |