Difference between revisions of "MUDL:random npc on continent"
From SlothMUD Wiki
(Created page with " __TOC__ = Summary = {|class="abilitiestable" border="0" cellspacing="0" cellpadding="0" ! Function Name | random_npc_on_continent |- ! Settable | No |- ! Returns | NPC (ch...") |
m |
||
Line 34: | Line 34: | ||
[[Category:Building]] | [[Category:Building]] | ||
− | [[Category:MUDL| | + | [[Category:MUDL|random_npc_on_continent]] |
Latest revision as of 22:27, 19 April 2019
Summary
Function Name | random_npc_on_continent |
---|---|
Settable | No |
Returns | NPC (character) |
Parameter Options |
---|
Continent (integer) |
This function returns a random NPC located on the provided continent. See
Continent Values for possible integer values.
Example
TBD