Jump to content

mwse xSetCharge xSetMaxCharge not working


Recommended Posts

I need amulet that starts at a zero charge. I can set a normal charge.

 

Begin CBIE_EnchantingAmulet

short doOnce
long success

if ( doOnce == 0 )
set doOnce to 1
setx success to xSetCharge 250
return
endif

;if ( doOnce == 1 )
;endif

End

 

morrowind error: run function index greater than function count

 

Setting the charge to zero, same effect. I'v tried setting both xSetMaxCharge xSetCharge. It doesn't crash, but I get 0/0 for the amulet. Need help....

 

 

Link to comment
Share on other sites

I have that and another mwse guide. The 9.5a version removed xgetcharge and xsetcharge. I need to read and set the current charge.

 

Update, xgetcharge works. xsetcharge only sets the item to zero. Where do I contact current coders on mwse? Anyone left?

 

I need these added back in and fixed. A buggy xsetcharge prevents me from doing some features I want.

 

This is different topic now, so it's closed.

Edited by Guest
Link to comment
Share on other sites

  • Recently Browsing   0 members

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