Animated Tileset
#1
Animated Tileset
Description

It allows of the whole tileset make animate


Autor

kingartur2



Attachment

DEMO


Istructions

In the script


Content Hidden

Bugs

N/A


Sorry if I make any errors in the post,
I'm italian.Cheery
Reply }
#2
it says a .dll is missing, could you fix that?
[Image: 76561198077561206.png]
Reply }
#3
There is no missing dll. But there is a missing 'begin' statement withing the filetest module.

Use this and it will work:
Code:
module FileTest
  def self.tileset?(string)
    begin
      RPG::Cache.tileset(string)
      return true
    rescue
      return false
    end
  end
end
Reply }
#4
Alright, it works^^
I like it, actually you can simulate storms or winds with this. great script!
[Image: 76561198077561206.png]
Reply }
#5
thanks, however it is strange that want us the begin because if you see in the demo the script you/he/she has put as I have posted him and it works.
Reply }
#6
Actually, the demo did not work for me until I added the 'begin' statement. It goes 'begin... return.... end' . The begin statement is the start of a code block just like the if statement (if... end / begin... end).
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Tileset ID Checker kyonides 0 786 02-21-2024, 09:27 PM
Last Post: kyonides
   AnimBat! - Animated Battlers - Comprehensive DerVVulfman 174 313,117 02-06-2023, 05:09 PM
Last Post: Holder
   Tileset Swap ccoa 4 11,660 04-15-2014, 04:18 AM
Last Post: DerVVulfman
Photo  Map Tileset Changer during the game Narzew 1 6,387 05-06-2013, 09:18 PM
Last Post: Narzew
   Full Animated Side View Battle System Cybersam 6 24,940 03-18-2011, 04:31 AM
Last Post: Ashbane
   Trickster's Animated Gradient Bars for Limit Break (DVV) DerVVulfman 2 9,774 09-15-2009, 04:43 AM
Last Post: DerVVulfman
   Animated Battlers / Timed Hits Patch DerVVulfman 0 4,968 03-05-2008, 06:43 AM
Last Post: DerVVulfman
   HP/SP Animated Image Gauge cogwheel 0 5,515 03-04-2008, 06:34 AM
Last Post: cogwheel
   Arrow-Type Animated Cursor ParaDog 0 5,381 03-04-2008, 04:32 AM
Last Post: ParaDog
   Command Windows - Animated Text Selwyn 0 4,310 03-03-2008, 06:18 AM
Last Post: Selwyn



Users browsing this thread: 3 Guest(s)