powered by
Randomly selects a race and job for a user-specified number of NPCs
npc_creator(npc_count = 1)
(dataframe) dataframe with two columns (one for race and one for job) and a number of rows equal to `npc_count`
(numeric) number of NPCs for which to choose race/positions
# Create some information for an NPC dndR::npc_creator(npc_count = 1)
Run the code above in your browser using DataLab