Hello everyone...i am new on godot and i need your help..i want to make random name generator app with ready names like Jason, Cage, how can i code on Godot when i click a button labal must show random name ...please help how can i do that?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
My approuch would be, have two arrays, one with
starters, and other withenders, shuffle and pick the first of each.This is the most basic idea, you could create more complex structures for names, and make special arrays for some specifc name, like elven list with two or three blocks (
starter,mid,enders),