10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
|
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
|