Hello. I've tried a bunch of different ways to make it so when the first member of the party gets EXP (Im using QABS as my battle system so exp splitting and plugins like that dont work) everyone else gets the same amount of EXP. I was wondering, is there a script that does this automatically? I have my latest attempt posted below. I currently have it so it constantly checks current exp of the party lead, and then waits a bit, and does it again, recording it in a seperate variable. This is then subtracted New - Old, and that difference is distributed to everyone but the party lead. Is there anything wrong with this?
Any help would be appreciated.