|
Q: What does the "Chop=0" entry in my _UMconfig notecard mean?
A: This is how many characters you want to be removed from the beginning of the item name that you just sold. This applies to JEVN and SLX integration scripts because the item name they report is the actual name of the object they give. So, for instance, all of my objects start with "Union Micro Box -" so I use the command "Chop=18" to remove that. I use the vendors included in this package that actually report a specified item name and this is how I match them up so they group properly in the sales log. For example - when I sell an elevator, my vendors in-world report the item name as "Interior Elevator" and SLX reports it as "Union Micro Box - Interior Elevator." After the SLX version gets chopped, they are both the same so they get put into the same group in the sales log.
|