note to myself
Posted: Mon Oct 20, 2014 6:17 pm
just stuff to copy when i get home from work
use edit post to preserve tabs
use edit post to preserve tabs
Code: Select all
Event( "OSDSelect", "owner:maint" )
{
CustomEvent("maint")
}
Event("custom", "maint")
{
if ($gBuildingVar10=103)
{
$auto1term = "Irrigation"
$auto2term = "Fertilization System"
$storeterm = "Field Fencing"
$store=1
$prod=2
$prodline = sysPlayerInventory($auto1term)
$automation = sysPlayerInventory($auto2term)
$storage = sysPlayerInventory($storeterm)
}
if ($gBuildingVar10=104)
{
$store=1
$prod=2
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$storeterm = "Pen Fencing"
$auto1term = "Feeding System"
$auto2term = "Breeding System"
}
if ($gBuildingVar10=105)
{
$prod=1
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = "Pit Digger"
$auto1term = "Conveyer Belts"
$auto2term = "Mining Controller"
}
if ($gBuildingVar10=106)
{
$prod=1
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = "Mine Drill"
$auto1term = "High Pressure Pump"
$auto2term = "Mining Controller"
}
if ($gBuildingVar10=107)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = "Well Drill"
$auto1term = "High Pressure Pump"
$auto2term = "Pump Controller"
}
if ($gBuildingVar10=109)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = "Assembly Line"
$auto1term = "Programmed Machinery"
$auto2term = "Automated Machinery"
}
if ($gBuildingVar10=110)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = "Grain Mill"
$auto1term = "Screw Feeder"
$auto2term = "Scale Controller "
}
if ($gBuildingVar10=111)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = " "
$autoterm = " "
$storeterm = " "
}
if ($gBuildingVar10=112)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = "Assembly Line"
$auto1term = "Programmed Machinery"
$auto2term = "Automated Machinery"
}
if ($gBuildingVar10=113)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = "Generator"
$auto1term = "Lightweight Turbine"
$auto2term = "Transformer"
}
if ($gBuildingVar10=114)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = "Distillation tower"
$autoterm = " "
$storeterm = " "
}
if ($gBuildingVar10=115)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = " "
$autoterm = " "
$storeterm = " "
}
if ($gBuildingVar10=116)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$auto1term = "Transformer"
}
if ($gBuildingVar10=117)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$store1term = "Parking Lot"
$store2term = "Parking Garage"
}
if ($gBuildingVar10=118)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$store1term = "Small Backroom"
$store2term = "Large backroom"
}
if ($gBuildingVar10=201)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$store1term = "Small backroom"
$store2term = "Large Backroom"
}
if ($gBuildingVar10=202)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$lineterm = "Alcohol Still"
$store1term = "Small Backroom"
$store2term = "Large Backroom"
}
if ($gBuildingVar10=203)
{
$prodline = sysPlayerInventory("")
$automation = sysPlayerInventory("")
$storage = sysPlayerInventory("")
$store1term = "Small Backroom"
$store2term = "Large Backroom"
}