Originally Posted by Aria Boop

Scrolled up and took a look at SniperHF's code and it totally works.

Using a Level 11 character:
Code
	IF "c1&(c2|c3)"
		CharacterGetStat(_Level, _Char, Level)
		IsLessThen(_Level, 10)
		IsEqual(_Level, 10)
	THEN
		CharacterHeal(_Char, 1)
	ELIF "c1&c2"
		CharacterGetStat(_Level, _Char, Level)
		IsGreaterThen(_Level, 10)
	THEN
		CharacterHeal(_Char, 10)
	ENDIF




So level does work? That's interesting. In the old version it throws an error, I checked after you made the thread.


Quote
So yeah, apparently it needs to be put under an IF block in conjunction with further checks apparently. Weird.


A lot of their scripts work this way. Since I'm a know nothing scripter I just monkey see monkey do everything horsey

Last edited by SniperHF; 03/12/15 01:03 AM.