149
edits
(→Syntax) |
|||
Line 17: | Line 17: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
ObjectReference | ObjectReference ErikursBooze boozeRef Auto | ||
Function | Function takeButDontSteal() | ||
if boozeRef.IsOffLimits() | |||
boozeRef.Activate(playerRef) ; takes it | |||
endif | |||
EndFunction | EndFunction | ||
</source> | </source> | ||
== Notes == | == Notes == |
edits