1.) In oblivion there was a command for OBSE that would check to see if something was in the name of something
ex. Brotherhood Power Armor, and I was looking for Power, the function would return true.
My questions, does this exist within FOSE?
2.)I don't work with FOSE every much, but I am working on a mod, and I want to make a smart key.
ex. when you hold down the key it will do something different then when you just hit.
Could some one please help me understand how to do this?
3.)More on my "smart key" I would also like it to do something completely when you are in combat.
ex. out of combat, switch weapon to another weapon, in combat switch fire rate
This should be really simple, but if you have an example post it here please?
I am thing three should be as simple as
If player.isincombat = 1
;do this
else
;dothis
endif