Difference between revisions of "Talk:Dissecting the Scripts for Weapon Racks"
Jump to navigation
Jump to search
m
Talk:Dissecting the Scripts for Weapon Racks (edit)
Revision as of 16:08, 29 January 2013
, 16:08, 29 January 2013→Erroneous assertion
imported>HawkFest |
imported>HawkFest |
||
Line 6: | Line 6: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Scriptname FactionDetectionScript extends ObjectReference | Scriptname FactionDetectionScript extends ObjectReference | ||
{Script to be attached to some object in the cell you wish to be monitoring for the player to be a member | {Script to be attached to some object in the cell you wish to be monitoring for the player to be a member of some allowed faction} | ||
Actor Property PlayerREF Auto | Actor Property PlayerREF Auto | ||
Bool ShouldWaitForAllowedFaction = True | Bool ShouldWaitForAllowedFaction = True |