The script is this:
Spoiler
scriptname RespecActivator Extends ObjectReference
ObjectReference Property Power Auto
Event OnCellLoad()
Power.AddToMap(true)
Debug.Notification("HEY")
endEvent
ObjectReference Property Power Auto
Event OnCellLoad()
Power.AddToMap(true)
Debug.Notification("HEY")
endEvent
The property power is the map marker that I am using.
The notification works as well.
If someone could please help me and tell me whats going wrong I would be very grateful!
Thanks in advance.

