Jump to content

Home

scripting problem


Revan Bakr'

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...