Technical / ALFA Script Library (General)

This is a compilation of general scripts created (and shared) by members of our community. Scripts are sorted alphabetically (A-Z) by script name. A description and list of configurable parameters must be listed with each script entry so builders/scripters can understand how to use these scripts without digging into code.

A

  • ais_item_key ( download ) This is an item script and is used for items that function as keys. Any item with the tag ais_item_key will invoke this script when activated (for modules using the ACR), which compares the tag of the target against the tag configured on the item as a local variable. If there's a match, the target will be unlocked.

    ACR_ITK_TAG (string) This is a local variable used with the ais_item_key script that contains the tag of the target object it unlocks. The value of this string is case sensitive and it should match exactly the tag of the desired target object.