Greetings

Hi my names Aaron and I'm new here and to using Inspiration Pad.

I've got to grips with the basic table generation but my ambition is a little bigger than my skills at the moment so I was wondering if anyone would be kind enough to give me some advice.

What I'm trying to achieve is to have a table with two inputs (Gender and Culture) and based upon these two inputs generate NPC's with specific cultural names from different tables/lists.

I'm not sure how to get the prompt/input working as such.

Could anyone shed some light?

Comments

  • Hi Aaron, welcome to the forums!

    You've maybe come up with your own answer by now, but if not, here's one way to do it. Basically, the subtable names are concatenations of the two prompt choices.
    Prompt: Culture {English|Spanish} English
    Prompt: Gender {M|F} M
    
    Table: Name
    [@{$prompt1}{$prompt2}&;#93;
    
    Table: EnglishM
    John
    Paul
    
    Table: SpanishM
    Juan
    Pablo
    
    Table: EnglishF
    Mary
    Margaret
    
    Table: SpanishF
    Maria
    Margarita
    

Leave a Comment