RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Can this CBS be Modified To Use The Walk Animation?

Started by Cixxth, December 28, 2007, 12:13:09 AM

0 Members and 1 Guest are viewing this topic.

Cixxth

I got this CBS, Im quite new to the rmxp and the Ruby Lang.
http://www.fileden.com/files/2007/12/28/1666968/CBS.txt
     The characters stand on one side and attack the mob on the other, which is in picture format, "big" the way i like battles. One flaw just one, is there a way to make the characters use their "walking" animation in one spot during an encounter rather then just standing there like a bump on a log?

p.s. Edit: Ok i added a link to a file, i just pasted it in wordpad and saved and uploaded :O im sick and tired or it being lame :O lolz

&&&&&&&&&&&&&

#==============================================================================
#?++??????????(?????????)?ver. 1.14?++
#??Script by ???
#??http://para.j-mx.com/
#------------------------------------------------------------------------------
# ????????????????????????
#==============================================================================

module SDVA
 
  X_LINE = 500        # ????????????
  Y_LINE = 200        # ????????????
  X_SPACE = 15        # ?????????????
  Y_SPACE = 40        # ?????????????
  X_POSITION = 25     # ?


This is all I see.
&&&&&&&&&&&&&&&&