//:://///////////////////////////////////////////// //:: 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); }