Aantioch_Infernum/_module/nss/escort_follow6.nss

9 lines
181 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
object oPC = GetPCSpeaker();
SetLocalObject ( OBJECT_SELF, "Follow", oPC );
SetLocalInt(oPC, "escort", 4);
ClearAllActions ();
ActionForceFollowObject ( oPC, 2.5 );
}