Jump to content

OBSE script command


icecreamassassin

Recommended Posts

ok so here's what I'm trying to do: You buy a house, you repay a loan, yield some interest, collect some profit from businesses you own and as a result your mercantile skill usage increases (not your mercantile SKILL, just usage)

 

I'm using the OBSE command: "set Exp to (IncrementPlayerSkillUse mercantile 1 3)" where Exp is a float variable. Problem I am having is that it crashes the game when used from a dialog box (since float variables can't be used) so is there an alternate method of triggering skill use from a dialog script box? I thought about maybe putting the above script line in my main quest script with the condition of a global script being equal to a certain amount and having the dialog script set the global value and then then quest script will force the skill usage and then reset the global to 0, but that seems kinda cumbersome to me.

 

Anyone have any other suggestion?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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