[RMVX ACE] HOW TO MAKE VEHICLES FASTER
Posts
Pages:
1
So i want to make the boat in rpg maker vx ace go faster than the preset speeds if you could help with a script or something that would be awesome!
Game_Vehicle, lines 34-36:
#-------------------------------------------------------------------------- # * Initialize Move Speed #-------------------------------------------------------------------------- def init_move_speed @move_speed = 4 if @type == :boat @move_speed = 5 if @type == :ship @move_speed = 6 if @type == :airship end
Sooz
They told me I was mad when I said I was going to create a spidertable. Who’s laughing now!!!
5354
Paint them red and put flames on the side.
Pages:
1















