<aside> 📦 DTADD.acs

</aside>

<aside> âš¡ int DefineAssistItem(str itemTag, str itemActor, str itemIcon, int itemAmount, int itemGroup, int itemMap)

</aside>

Usage


This function adds a new assist item to the internal list of assist items used for map randomization.

Parameters

Return Value

Example


This is a block of code that would add Wire Adaptor to the list of assist items, assuming that it did not already exist which it does already in base MM8BDM.

Script "wire_itemdef" OPEN {
	DefineAssistItem("TAG_WIREADAPTOR", "WireAdaptor", "WADPA0", 2, DTADD_GRP_FLIGHT, true);
}

See Also


Creating Assist Items