First excuse me for my English, I'm French, and I'm not so good in English...
I've made, with native script, an deplacement script.
I will that events (heros too) walk in 1/4case.
My problem is I can walk throught event when (script are universal, yeah !) @x != @x.to_i or @y != @y.to_i
The scripts I have are :
Deplacement :
I've made, with native script, an deplacement script.
I will that events (heros too) walk in 1/4case.
My problem is I can walk throught event when (script are universal, yeah !) @x != @x.to_i or @y != @y.to_i
The scripts I have are :
Deplacement :
Code:
#====================================================================
# â– Game_Character
#====================================================================
class Game_Character
#--------------------------------------------------------------------------
# â—