Set Fatigue (player->SetFatigue)
morrowind — Console Commands
Sets the player's current fatigue to a specified value, affecting stamina for combat and running.
Syntax
player->SetFatigue [value]
Example
player->SetFatigue 300
💡 Notes
Fatigue affects hit chance and spell casting; low fatigue weakens attacks.
🎯 Tips & Tricks
Never tired
Set fatigue to 1000 to avoid fatigue penalties.
Test combat
Set fatigue to 0 to see how it affects hit chance.
Combine with TGM
TGM already gives infinite fatigue, but this is for specific tests.
🔧 Troubleshooting
Fatigue not changing
Check syntax and ensure value is positive.
Still tired
Set a higher value or use TGM.
⚠️ Common Mistakes
- Setting fatigue to 0 and wondering why attacks miss
- Using on NPCs without selecting them
- Forgetting to save
👍 Pros
- Instant stamina restore
- Test fatigue mechanics
- Works on any actor
- Simple numeric input
👎 Cons
- Does not affect maximum fatigue
- Can set to 0 to simulate exhaustion
- Requires console