You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found switcherDescriptionPlural is useful for making the PAW a bit more informative and have created a simple patch to help label the switchable parts. Just in case you want to incorporate in the future. I've set it to run after the pass in which you convert the Hitchhiker and Mobile Processing Lab
On Fri, Sep 11, 2020 at 3:09 PM Trevor Kollmann ***@***.***> wrote:
I have found switcherDescriptionPlural is useful for making the PAW a bit
more informative and have created a simple patch to help label the
switchable parts. Just in case you want to incorporate in the future. I've
set it to run after the pass in which you convert the Hitchhiker and Mobile
Processing Lab
//B9 Plurals
@***@***.***[ModuleB9PartSwitch]]:AFTER[zzzzStationParts]
{
@module[ModuleB9PartSwitch]:HAS[#moduleID[endcapSwitch]]
{
%switcherDescriptionPlural = Upper End Caps
}
@module[ModuleB9PartSwitch]:HAS[#moduleID[endcapSwitchLower]]
{
%switcherDescriptionPlural = Lower End Caps
}
@module[ModuleB9PartSwitch]:HAS[#moduleID[endcapSwitch2]]
{
%switcherDescriptionPlural = Lower End Caps
}
@module[ModuleB9PartSwitch]:NEEDS[StationPartsExpansionMetal]:HAS[#moduleID[surfaceSwitch]]
{
%switcherDescriptionPlural = Surface Types
}
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#240>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLBOUGCPXUREFYBXXF3HFTSFKN2NANCNFSM4RIN5LRQ>
.
I have found switcherDescriptionPlural is useful for making the PAW a bit more informative and have created a simple patch to help label the switchable parts. Just in case you want to incorporate in the future. I've set it to run after the pass in which you convert the Hitchhiker and Mobile Processing Lab
The text was updated successfully, but these errors were encountered: