Jump to content

Times Trained this level


gmoney549

Recommended Posts

Maybe I'm wrong, but seeing descriptions and pictures of trainer mods here on Nexus doen't seems they have this functionality, even the one which Striker879 linked. Still, from scripter's perspective and using OBSE functions, something similar should be very easy to do. For example this Quest Script:

scn RomRShowTrSessionsScript

int trcap
int trained
string_var msgtext
float fQuestDelayTime

begin MenuMode 1003 ; player stats pages 
	set fQuestDelayTime to 0.25
	if OnKeyDown 56 || OnKeyDown 184 || OnKeyDown 20 ; Left Alt or Right Alt or T
		let trcap := GetGameSetting iTrainingSkills
		let trained := GetPCTrainingSessionsUsed
		let msgtext := "At current level you used "+$trained+" training session(s) out of "+$trcap+" available."
		Message $msgtext
	endif
	sv_Destruct msgtext
end

Will do it nicely. And as this script is made to run only in player's stats pages, you can give priority 100 to a quest without worry.

Edited by RomanR
Link to comment
Share on other sites

Well ... I posted this script because I already tested it as working fine, so if you don't mind that you need OBSE for it and such mod will be very simple and will not offer anything else ... then I can upload it, yes.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...