HoS_PRC8/_mod/_module/nss/npcact_cms_amrg.nss

10 lines
243 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// npcact_cms_amrg - merge piles
#include "npcact_h_money"
void main()
{
object oPC=GetPCSpeaker();
object oItem=GetLocalObject(oPC,"oCMSItem");
object oTarget=GetLocalObject(oPC,"oCMSTarget");
MergeCoins(oPC,oItem,oTarget);
}