Difference between revisions of "Talk:Dissecting the Scripts for Weapon Racks"
Jump to navigation
Jump to search
Talk:Dissecting the Scripts for Weapon Racks (edit)
Revision as of 16:05, 29 January 2013
, 16:05, 29 January 2013→Erroneous assertion
imported>HawkFest |
imported>HawkFest |
||
Line 7: | Line 7: | ||
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 in some allowed faction} | {Script to be attached to some object in the cell you wish to be monitoring for the player to be a member in some allowed faction} | ||
Actor Property PlayerREF Auto | Actor Property PlayerREF Auto | ||
Bool ShouldWaitForAllowedFaction = True | Bool ShouldWaitForAllowedFaction = True |