10 lines
243 B
Plaintext
Raw Permalink 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);
}