Lineage 2 Tower Forum

Full Version: List
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need some help. I want to modify the enchant script so it enchants a number of items not just one. When it's finished with the first to move on to the next.

I tried making a string in which I save the items names but it didn't work.

Example:
Code:
string = WeaponName[10];
WeaponName[0]="Name0"
WeaponName[1]="Name1"
WeaponName[2]="Name2"
Reference URL's