Difference between revisions of "Talk:SetFactionRank"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Joetbd
 
imported>Joetbd
Line 1: Line 1:
I tried using  
I tried using  
''SetFactionRank ThievesGuild, 6''
''SetFactionRank ThievesGuild, 6'' (this did nothing)


It did nothing, when used as a script command, in a NPC's dialog.
what actually worked was using 00024164 instead of ''thieves guild''
And I needed to use the ''player'' reference (because it did not work without it).


When I tried using it as a console command, it gave me an error message:
'''player.setfactionrank 00024164, 6''' (this one worked)
 
"Item ''Thievesguild'' not found for parameter ''Faction''".
 
I tried using ''FightersGuild'' instead (just to see if that would work).  But I got the same error message "FightersGuild ... not found..."

Revision as of 03:33, 2 April 2006

I tried using SetFactionRank ThievesGuild, 6 (this did nothing)

what actually worked was using 00024164 instead of thieves guild And I needed to use the player reference (because it did not work without it).

player.setfactionrank 00024164, 6 (this one worked)