Revan Bakr' Posted August 19, 2002 Share Posted August 19, 2002 I read in the multiplayer strategy center on how to script attacks. I followed the lunge script, but my player would stop attacking. I did the bind thing right, but that didn't work either. He just kept lunging. Here's how I did it: //set "lunge" +movedown;wait2;+movedown;wait3;+forward;wait;+attack;wait6;-movedown;-attack;-forward" bind o "vstr lunge" What's wrong with this? Link to comment Share on other sites More sharing options...
zworqy Posted August 19, 2002 Share Posted August 19, 2002 Try this: set lunge "+movedown; wait2; +movedown ;wait3 ; +forward; wait; +attack; wait6; -movedown; -attack; -forward;" bind o "vstr lunge" What I've changed: * Have the qoutation marks around the commands, not the variable * Put a semicolon after the last command, or it might not be executed. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.