Jump to content

[OBSE] ModAV2 not working?


Mooper 99

Recommended Posts

if IsKeyPressed 66 == 1 ;b key
			me.PlayGroup AttackPower, 1
			targetref.ModActorValue2 Health -15
		endif

 

I am trying to make it so each time I press the B key, my companions opponent gets hurt by 15 points. But it only makes my companion hurt himself?

Help!

Edited by Mooper 99
Link to comment
Share on other sites

if IsKeyPressed 66 == 1 ;b key
			me.PlayGroup AttackPower, 1
			targetref.ModActorValue2 Health -15
		endif

 

I am trying to make it so each time I press the B key, my companions opponent gets hurt by 15 points. But it only makes my companion hurt himself?

Help!

 

 

NVM I got It.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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