Scriptname _00E_FS_WhatIsBehindThisDoor extends ObjectReference Event OnActivate(ObjectReference akActionRef) if (akActionRef == PlayerREF) _00E_FS_WhatIsBehindThisDoorMessage.Show() endIf endEvent Message Property _00E_FS_WhatIsBehindThisDoorMessage Auto Actor Property PlayerREF Auto