npc_creator {dndR} | R Documentation |
Create a Non-Player Character (NPC)
Description
Randomly selects a race and job for a user-specified number of NPCs
Usage
npc_creator(npc_count = 1)
Arguments
npc_count |
(numeric) number of NPCs for which to choose race/positions |
Value
(dataframe) dataframe with two columns (one for race and one for job) and a number of rows equal to 'npc_count'
Examples
# Create some information for an NPC
npc_creator(npc_count = 1)
[Package dndR version 2.0.0 Index]