Scripted Follow attack

In case you wanna know how @cmd stop is used like one of my samples you saw, here it is.

C:
void stop()
{// Stop hero's movement!
    void self = getlocalvar("self");
    changeentityproperty(self, "velocity", 0, 0, 0); //Stop moving!
}

Should've shown it in the first place.
 
Back
Top Bottom