mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
1e77e0a22b
Add configs for easy editing of readable documents messages Array for multiple messages, even a story. lol Default messages are a hoot!
58 lines
2.0 KiB
C++
58 lines
2.0 KiB
C++
/*
|
|
@author = "Aaron Clark - https://EpochMod.com";
|
|
@contributors[] = {"DirtySanchez"};
|
|
@description = "Readable Document Message Configs";
|
|
@licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
|
|
@github = "";
|
|
*/
|
|
class CfgReadingDocuments
|
|
{
|
|
class ItemVehDoc1
|
|
{
|
|
displayMessage[] = {"Max Speed, Terrain Coef, Gears and more were edited","Upgrade your vehicle's Speed and Offroad Performance"};
|
|
};
|
|
class ItemVehDoc2
|
|
{
|
|
displayMessage[] = {"Upgrade your vehicle's body, wheels and windows with armor strength"};
|
|
};
|
|
class ItemVehDoc3
|
|
{
|
|
displayMessage[] = {"Increase your vehicle's inventory capacity for items, magazines, weapons and more"};
|
|
};
|
|
class ItemVehDoc4
|
|
{
|
|
displayMessage[] = {"Increase your fuel capacity for those long hauls across your favorite ISLANDS"};
|
|
};
|
|
class ItemDoc1
|
|
{
|
|
displayMessage[] = {"It was a beautiful day on Johnny's block","While Johnny was watching his father take all he could","Daddy's Roommate by Will Michoite"};
|
|
};
|
|
class ItemDoc2
|
|
{
|
|
displayMessage[] = {"An elaborate story on a small town kid with big town mommies, I mean tittied.","Heather has TWO Mommies by Leslea Newman and Diana Solza"};
|
|
};
|
|
class ItemDoc3
|
|
{
|
|
displayMessage[] = {"Look its todays edition and OH crap you die today, nvm thats O'Tool whom died","Trade City Obituaries by Your Fellow Community Members and AI"};
|
|
};
|
|
class ItemDoc4
|
|
{
|
|
displayMessage[] = {"As you open the manilla folder you see pictures of your mom..."};
|
|
};
|
|
class ItemDoc5
|
|
{
|
|
displayMessage[] = {"First you have no liquor and then you get slapped by a woman. This is not your day..."};
|
|
};
|
|
class ItemDoc6
|
|
{
|
|
displayMessage[] = {"Wooden Ramp for DUMMIES volume 3"};
|
|
};
|
|
class ItemDoc7
|
|
{
|
|
displayMessage[] = {"Swap the Deck, a seductive tale so bad the author couldnt put his name on it!"};
|
|
};
|
|
class ItemDoc8
|
|
{
|
|
displayMessage[] = {"'He Touch Me, He Touch Me NOT is Back' raves Cherno Shmerno!","#1 Bestseller throughout Arma 2 DayZ Epoch"};
|
|
};
|
|
}; |