4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
489 B

Scriptname _00E_MQ14_SC04_RemoveNPCsFromBeaconSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
Actor akActor = akActionRef as Actor
If akActor && (MQ14_NPCsAllowedAtBeacon.HasForm(akActor) == False) && (akActor != PhasmalistControlQuest.GetApparitionRef())
MQ14.FillSpectator(akActor)
EndIf
EndEvent
_00E_MQ14_Functions Property MQ14 Auto
FormList Property MQ14_NPCsAllowedAtBeacon Auto
_FS_Phasmalist_ControlQuest Property PhasmalistControlQuest Auto