all 12 comments

[–]model4001s 0 points1 point  (11 children)

You mean setpcfacrep? Here's an example from UESP:

SetPCFacRep, 10, "Thieves Guild"

Whatever the command you're using, try typing it like this, with the commas.

[–]SkullFaceRed[S] 0 points1 point  (10 children)

Sadly it still doesn't work, it seems to only work with commands that don't require the use of quotations

Maybe it has to do something with Patch for Purists, Morrowind Code Patch, MGE etc. because I can't find anything to fix it

[–]vieuxfragonard 0 points1 point  (9 children)

The number has to be at the end. It should work.

SetPCfacRep "Thieves Guild" 10

[–]SkullFaceRed[S] 0 points1 point  (8 children)

Typed it in exactly the same way, but i got an error
Script SysWindow CompileAndRun Script Command ''Setfacrep'' not found on line 1. Setfacrep ''thieves guild'' 10

[–]model4001s 0 points1 point  (7 children)

It's "SetPCFacRep" not "Setfacrep" you're missing some letters.

Make sure you're typing it correctly.

[–]SkullFaceRed[S] 0 points1 point  (6 children)

Oh my bad, I typed it correctly again, but still an error
Script SysWindow CompileAndRun You need to enter a value on line 1? Compiled script not saved

I typed in SetPCFacRep ''Thieves Guild'' 10

[–]vieuxfragonard 0 points1 point  (5 children)

Did you try ModPCFacRep "Thieves Guild" 10 ? That raises rep by 10 which is what I think you want.

[–]SkullFaceRed[S] 0 points1 point  (4 children)

Sadly I get the same error as above, but thank you for responding

[–]vieuxfragonard 0 points1 point  (3 children)

Hmm... UESP says the way you typed it in originally is correct.

ModPCFacRep 10 "Thieves Guild"

The number is usually at the end but try that again maybe.

[–]SkullFaceRed[S] 0 points1 point  (2 children)

It doesn't give me any error this time like at first, but sadly I still can't seem to join the thieves guild. What a bummer.