10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
|
Scriptname _00E_SmokingPipeScript extends ObjectReference
|
||
|
|
||
|
_00E_PeaceweedControlScript Property PeaceweedControl Auto
|
||
|
Actor Property PlayerRef Auto
|
||
|
|
||
|
Event OnEquipped(Actor akActor)
|
||
|
If akActor == PlayerRef
|
||
|
PeaceweedControl.StartSmoking()
|
||
|
EndIf
|
||
|
EndEvent
|