05-16-2013, 04:49 AM
Errr... not exactly inserting this into a project. Gonna just take a guess. But, I did take a look.
You cannot use the 'Use_idle_sprite' or any other value in the StandWalkRun module. Those are the configurables and are fixed. So, you have to look at it in another way.
Fortunately, he did code a little thing for you. He created the 'set_step_anime' method in Game_Character, which is likely able to be referenced by calling a game event. So try this:
$game_map.events[1].set_step_anime(false) The 1 designates event_ID 1
If it freezes, use 'nil' instead of false in the parenthesis. It's a bug with the Interpreter class... unless you have the easy fix. That's a different topic.
You cannot use the 'Use_idle_sprite' or any other value in the StandWalkRun module. Those are the configurables and are fixed. So, you have to look at it in another way.
Fortunately, he did code a little thing for you. He created the 'set_step_anime' method in Game_Character, which is likely able to be referenced by calling a game event. So try this:
$game_map.events[1].set_step_anime(false) The 1 designates event_ID 1
If it freezes, use 'nil' instead of false in the parenthesis. It's a bug with the Interpreter class... unless you have the easy fix. That's a different topic.

![[Image: QrnbKlx.jpg]](https://i.imgur.com/QrnbKlx.jpg)
![[Image: sGz1ErF.png]](https://i.imgur.com/sGz1ErF.png)
![[Image: liM4ikn.png]](https://i.imgur.com/liM4ikn.png)
![[Image: fdzKgZA.png]](https://i.imgur.com/fdzKgZA.png)
![[Image: sj0H81z.png]](https://i.imgur.com/sj0H81z.png)
![[Image: QL7oRau.png]](https://i.imgur.com/QL7oRau.png)
![[Image: uSqjY09.png]](https://i.imgur.com/uSqjY09.png)
![[Image: GAA3qE9.png]](https://i.imgur.com/GAA3qE9.png)
![[Image: 2Hmnx1G.png]](https://i.imgur.com/2Hmnx1G.png)
![[Image: BwtNdKw.png%5B]](https://i.imgur.com/BwtNdKw.png%5B)