maxman Well-known member Aug 27, 2024 #21 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.
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.