Initial Upload
Initial Upload
This commit is contained in:
12
_module/nss/virgil_follow.nss
Normal file
12
_module/nss/virgil_follow.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//Goes OnPerceived of a creature
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastPerceived();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
if (!GetLastPerceptionSeen()) return;
|
||||
DelayCommand(1.0, AssignCommand(OBJECT_SELF,ActionForceFollowObject(oPC)));
|
||||
DelayCommand(30.0, AssignCommand(OBJECT_SELF,ActionMoveToObject(GetObjectByTag("WP_NW_SHGUARD_01"))));
|
||||
}
|
Reference in New Issue
Block a user