Changed folder name.
Changed folder name.
This commit is contained in:
22
_module/nss/ew_follow.nss
Normal file
22
_module/nss/ew_follow.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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));
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user