Difference between revisions of "Talk:SetFactionRank"
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) | ||
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) | |||
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)