Difference between revisions of "IncrementPlayerSkillUse"

289 bytes added ,  10:20, 23 March 2011
no edit summary
imported>Haama
imported>Low Post
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  (nuSkillExperience:float) IncrementPlayerSkillUse skill:name ''whichAction:short'' ''howManyTimes:float''
  (nuSkillExperience:float) IncrementPlayerSkillUse skill:name ''whichAction:short'' ''howManyTimes:float''


Records some additional uses of one of the skill actions.
Records some additional uses of one of the skill actions. Increments Skill Level by using the internal formula used for normal SkillUps if necessary.
 
''whichAction'' defaults to 0, ''howManytimes'' defaults to 1 if omitted.
 
''howManyTimes'' should always be positive. Use [[TriggerPlayerSkillUse]] or [[ModPlayerSkillExp]] if you want to decrease SkillUse.


'''Example'''
'''Example'''
Line 15: Line 19:
*[[GetSkillUseIncrement]]
*[[GetSkillUseIncrement]]
*[[SetSkillUseIncrement]]
*[[SetSkillUseIncrement]]
*[[TriggerPlayerSkillUse]]
*[[ModPlayerSkillExp]]
*[[GetRequiredSkillExp]]


[[Category: Functions]]
[[Category: Functions]]
Line 20: Line 27:
[[Category: Player Functions]]
[[Category: Player Functions]]
[[Category: Player Functions (OBSE)]]
[[Category: Player Functions (OBSE)]]
[[Category: Record Variable Functions]]
[[Category: Record Variable Functions (OBSE)]]
Anonymous user