zereth7 Posted January 2, 2010 Share Posted January 2, 2010 Below is my current failed code. could anyone tell me what im doing wrong or if it is at all possible to achieve.the script is placed on a misc item which is then linked to a light. ref RSelf ref LinkedREF Begin OnRelease set RSelf to GetSelf set LinkedREF to GetLinkedRef LinkedREF.Disable LinkedREF.MoveTo RSelf LinkedREF.Enable end Begin OnDrop set RSelf to GetSelf set LinkedREF to GetLinkedRef LinkedREF.Disable LinkedREF.MoveTo RSelf LinkedREF.Enable end Begin OnAdd set LinkedREF to GetLinkedRef LinkedREF.Disable end Edit: Nevermind, found a workaround. Seams the move to doesn't like to work with light. Link to comment Share on other sites More sharing options...
Recommended Posts