Jaysyn904 4dba880acb Added ACP v4.1
Added ACP v4.1. Full compile.  Updated module name.  Updated release archive.
2024-09-08 18:23:43 -04:00

23 lines
514 B
Plaintext

//::///////////////////////////////////////////////
//:: Emote Wand: Follow pc
//:: onConv emotewand
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: bloodsong
//:://////////////////////////////////////////////
void main()
{
object oPC = GetPCSpeaker();
object oOther = GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_IS_PC, oPC);
AssignCommand(oPC, ActionForceFollowObject(oOther, 1.0));
}