This is my first post so if the code didnt show up right thats why lol.
The script editor is givin me the Expected Format Error with this code and I cant see why.
NPC Code:
for{i=0; i<EffectTime; i++){
setsword #1,2;
}
I also tried it the way it shows in npcscripting.doc
NPC Code:
for{i=0; i<EffectTime; i++) setsword #1,2;
That is the way the editor says it should be done but it still wont except it.
Thanks for your help