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.

Various Scripts Script

Started by J-Crew, December 10, 2006, 09:40:00 PM

0 Members and 1 Guest are viewing this topic.

J-Crew

I got this a while ago from who knows where and I thought I would share it. All the instructions are in the script. You're going to have to download it because it is too large. It is a mix of many scripts... such as Anti-Lag, Diagonal Movement, Pixel Movement, Catepillar, and many others...So
N-Joy

Falcon


J-Crew

I'm not sure. I think I have it somewhere. I'll look for it in a bit. I believe I got it from hbgames.org a while ago...?

poser7

This script screws up my sprite. Is this hard to fix? Also, is there a way to get the pixelmovement and caterpiller to work at the same time because it won't for me
I don't have a signature

J-Crew

Are you using the diagonals? if, so you'll need to make 8 directions rather than the standard 4 because the script divides the char_set into 8 instead of 4. Set $direction_number = 4 in the top of the script if you just want pixel movement and 4 directions. The catepillar should work with pixel movement. Just set $catepillar_active = true at the top. It works for me...