Some days i made town with 10 NPC which everyone got something to say. When i used universal dialogue script it takes me just one day to finish it, because i only change text content in every person. When i try made the same effect using different scripts it takes me much longer time. Mod was ok but too empty, most important stuff in RPGs are quests which give you money & experience to develop character, otherwise its just empty adventure.
So i start wonder about universal quest script. Its very important to mod because without it will take too long build it. It must be something different that "bring me some item" known from Wasteland Merc (it was not tragic but very boring)
Quest its some action which need to be done. Every action you made in the world depend on stats and skills. So quest script should mostly check its amount. Also important is background and person.
Examples:
Background scenery: well
Background person: villager
Action: skill repair (villager want repair well)
Action: stat strenght (villager want get heavy bucket from well)
Probably old known, but little changed script from Arroyo could be used to made universal quest. Olways you got person which want you to do something in the world. But you may use it in many possibilities. Soon i will put some code. Tell me if somebody think about the same and results.
So i start wonder about universal quest script. Its very important to mod because without it will take too long build it. It must be something different that "bring me some item" known from Wasteland Merc (it was not tragic but very boring)
Quest its some action which need to be done. Every action you made in the world depend on stats and skills. So quest script should mostly check its amount. Also important is background and person.
Examples:
Background scenery: well
Background person: villager
Action: skill repair (villager want repair well)
Action: stat strenght (villager want get heavy bucket from well)
Probably old known, but little changed script from Arroyo could be used to made universal quest. Olways you got person which want you to do something in the world. But you may use it in many possibilities. Soon i will put some code. Tell me if somebody think about the same and results.