Battledale_PRC8/_module/nss/swt_npc_follow.nss

18 lines
440 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: swt_NPC_follow
//:: swt_NPC_follow.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Lysandius
//:: Created On: 28-06-2002
//:://////////////////////////////////////////////
void main()
{
ActionForceFollowObject(GetNearestObject(OBJECT_TYPE_CREATURE), 2.0);
}