<aside> 📦 DTADD.acs
</aside>
<aside> âš¡ int AddArtifactPickupFunc(int type, str name)
</aside>
Artifact pickup functions are scripts to call when Possession or Terminator’s key item is picked up. Useful for if you have special buffs or effects you want to remove from the carrier of the Circuit Board or Terminator Capsule.
<aside> 💡 Note: The activator of these scripts is the player who picks up these items, not the pickups themselves.
</aside>
type
: int - Which event calls the script
DTADD_PFT_TERMINATOR
: 0 - On Terminator Capsule pickupDTADD_PFT_POSSESSION
: 1 - On Circuit Board pickupname
: string - Name of the script to run