Quantcast
Channel: Help! with 2.0 - Twine Forum
Viewing all articles
Browse latest Browse all 1844

[harlowe] How to get random npc generation to apply certain rules?

$
0
0
I have hit yet another brick wall on my skills. This time, on random npc generation of love interests for the player.

A npc has more or less skills depending on age, and I don't know how to apply this condition to a random generation sheet.

In an ideal solution, it would generate always an opposite sex npc, a random race, and distribute a certain amount of points between the skills on their sheet.

I know what I'm asking is rather complicated and possibly can't be done, but I like forcing the limits.
(set: $sex to (either: "male", "female"), $race to (either: "human", "elf", "half elf", "half orc", "dwarf", "halfling", "gnome", "half ogre"), $Bartering to (random: 5,10), $Computers to (random: 0,10), $Construction to (random: 0,10), $Cooking to (random: 0,10), $Driving to (random: 0,10))

Viewing all articles
Browse latest Browse all 1844

Trending Articles