Thread: Script Help
View Single Post
  #1  
Old 06-08-2003, 03:42 PM
Deus_Sephiroth Deus_Sephiroth is offline
Registered User
Join Date: Jun 2003
Posts: 12
Deus_Sephiroth is on a distinguished road
Send a message via AIM to Deus_Sephiroth
Script Help

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
Reply With Quote