Blockland Forums > General Discussion
Dionysus's CityRPG
K2Dionysus:
Topic has been edited, I think it's much better.
K2Dionysus:
The mod used for the CityRPG will be chosen in two days. Vote to help your favorite win. Also, new admin is YorkTown95.
K2Dionysus:
Hurr, needs moar pictors.
jes00:
--- Code: ---// ============================================================
// Project : CityRPG
// Author : Iban
// Description : Factory Owner Code file
// ============================================================
$CityRPG::jobs::name = "Factory Owner";
$CityRPG::jobs::initialInvestment = 35000;
$CityRPG::jobs::pay = 1000;
$CityRPG::jobs::tools = "";
$CityRPG::jobs::datablock = playerNoJet;
$CityRPG::jobs::education = 6;
$CityRPG::jobs::sellItems = true;
$CityRPG::jobs::sellFood = true;
$CityRPG::jobs::sellServices = true;
$CityRPG::jobs::law = false;
$CityRPG::jobs::canPardon = false;
$CityRPG::jobs::thief = false;
$CityRPG::jobs::hideJobName = false;
$CityRPG::jobs::offerer = false;
$CityRPG::jobs::claimer = false;
$CityRPG::jobs::labor = false;
$CityRPG::jobs::tmHexColor = "FFFF00";
$CityRPG::jobs::helpline = "\c6Factory Owners can place Ore and Trees for a price.";
--- End code ---
It's really not hard to make it so factory owners can place Ore and Trees.
K2Dionysus:
Thanks, lots. But I don't see how you can. I'm still learning about scripting. CityRPG has taught me the most. I'll try to figure out.