Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 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 114 02-21-2024, 09:27 PM
Last Post: kyonides
   AnimBat! - Animated Battlers - Comprehensive DerVVulfman 174 272,288 02-06-2023, 05:09 PM
Last Post: Holder
   Animated Battlers - VX DerVVulfman 23 46,067 02-28-2019, 09:11 PM
Last Post: Holder
   Tileset Swap ccoa 4 10,527 04-15-2014, 04:18 AM
Last Post: DerVVulfman
Photo  Map Tileset Changer during the game Narzew 1 5,702 05-06-2013, 09:18 PM
Last Post: Narzew
   Victor Engine - Animated Battle Victor Sant 4 13,603 03-10-2012, 06:42 PM
Last Post: Victor Sant
   Full Animated Side View Battle System Cybersam 6 23,105 03-18-2011, 04:31 AM
Last Post: Ashbane
   Tileset Reader VX DerVVulfman 1 8,294 10-14-2010, 04:06 AM
Last Post: DerVVulfman
   Trickster's Animated Gradient Bars for Limit Break (DVV) DerVVulfman 2 8,765 09-15-2009, 04:43 AM
Last Post: DerVVulfman
   Tileset Changer syvkal 0 4,729 03-08-2008, 04:49 AM
Last Post: syvkal



Users browsing this thread: