npc_creator | R Documentation |
Randomly selects a race and job for a user-specified number of NPCs
npc_creator(npc_count = 1)
npc_count |
(numeric) number of NPCs for which to choose race/positions |
(dataframe) dataframe with two columns (one for race and one for job) and a number of rows equal to 'npc_count'
# Create some information for an NPC
npc_creator(npc_count = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.