Difference between revisions of "SetFemaleBipedPath"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Sets the female NIF model path when worn. '''Syntax:''' (nothing) ''reference.''SetFemaleModelPath modelPat...)
 
imported>WereWolf
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
Sets the female NIF model path when worn.


'''Syntax:'''
'''Syntax:'''
  (nothing) ''reference.''SetFemaleModelPath modelPath:string ''objectID:ref''
  (nothing) ''reference.''SetFemaleModelPath modelPath:string ''objectID:ref''
Sets the female NIF model path when worn.


==Notes==
==Notes==

Revision as of 05:52, 14 September 2007

A command for Oblivion Script Extender

Syntax:

(nothing) reference.SetFemaleModelPath modelPath:string objectID:ref

Sets the female NIF model path when worn.

Notes

  • The model path is a the path to the NIF model for the type.

See Also