Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: KUnits XP VX ACE GOSU
Post: RE: KUnits XP VX ACE GOSU

Actually I also downloaded the XP version too, for learning purposes. The script itself is great, you've done good job. However, I dunno when I will ever use it, since my project is basically only ...
LiTTleDRAgo Scripts Database 54 53,631 11-11-2017, 06:23 PM
    Thread: Drago Save Layout
Post: RE: Drago Save Layout

Update to v1.05 * Fixed screenshot bug in XPA * Add save note. [spoiler]https://i.imgur.com/pLVwezv.jpg[/spoiler]
LiTTleDRAgo Scripts Database 2 5,872 10-09-2017, 07:08 AM
    Thread: RGSS scripting dissections and explinations
Post: RE: RGSS scripting dissections and explinations

Hmm, let's talk about || If in my previous post '&&' is used like a 'then', this '||' is the opposite of that. Look at example below Code: -- #======================================================...
LiTTleDRAgo Code Support 97 87,752 09-11-2017, 08:07 AM
    Thread: RGSS scripting dissections and explinations
Post: RE: RGSS scripting dissections and explinations

Oh no, that's a misinterpretation... && = and && != then && is not a THEN, THEN is different syntax. if a < b and a > 0 if a < b && a > 0 Those two are the same thing. So if you do this : if a <...
LiTTleDRAgo Code Support 97 87,752 09-10-2017, 08:26 PM
    Thread: RGSS scripting dissections and explinations
Post: RE: RGSS scripting dissections and explinations

Oh, my bad... Thanks for the explanation, DerVV. You said everything that I wanted to say but unable to.
LiTTleDRAgo Code Support 97 87,752 09-10-2017, 06:01 PM
    Thread: RGSS scripting dissections and explinations
Post: RE: RGSS scripting dissections and explinations

Very interesting discussion. I think I'll also add something. DerVVulfman Wrote: (09-10-2017, 03:36 AM) --  print "#{@substituted_player.name}, the kind of old hockey player, steps out right now an...
LiTTleDRAgo Code Support 97 87,752 09-10-2017, 01:16 PM
    Thread: Drago Pixel Movement
Post: RE: Drago Pixel Movement

Script updated (XP version) - Fixed issue with event touch triggers.
LiTTleDRAgo Scripts Database 1 5,202 07-08-2017, 12:12 PM
    Thread: Help iwth script (RGSS Player crash)
Post: RE: Help iwth script (RGSS Player crash)

Code: -- class Scene_Zada  #--------------------------------------------------------------------------  # * Main Processing  #-----------------------------------------------------------------...
LiTTleDRAgo Code Support 3 6,381 06-17-2017, 07:28 AM
    Thread: Drago Pixel Movement
Post: Drago Pixel Movement

[center]Drago Pixel Movement Version: 1.10[/center] Introduction Well, title explains everything. Screenshots http://i.imgur.com/z9Tlc.png Script XP Version (http://littledrago.blogspot.com/2013...
LiTTleDRAgo Scripts Database 1 5,202 06-05-2017, 08:31 AM
    Thread: Drago Iconset Loader
Post: Drago Iconset Loader

[center]Drago Iconset Loader Version: 1.00[/center] Introduction Tired with cluttered Icon graphics in RMXP? This script makes the game load icon graphics from VX / VXA iconset. Features ...
LiTTleDRAgo Scripts Database 0 3,752 05-17-2017, 09:31 AM
    Thread: Longer Script Calls
Post: Longer Script Calls

[center]Longer Script Calls Version: 1.00[/center] Introduction Scripting through events? It's possible now. Features Screenshot explains everything. Screenshots http://3.bp.blogspot.com...
LiTTleDRAgo Scripts Database 0 4,304 05-17-2017, 12:36 AM
    Thread: Cannibalism
Post: RE: Cannibalism

Bounty Hunter Lani Wrote: (05-15-2017, 06:42 PM) -- Aaaaand... I get you're naming it after the other person's script, but cannibalism implies you're eating your own kind  :tongue:  Now that would b...
LiTTleDRAgo Scripts Database 3 6,583 05-16-2017, 01:19 PM
    Thread: Drago Save Layout
Post: Drago Save Layout

Drago Save Layout Version: 1.03 Introduction Custom Save Layout with unlimited saves and file management Features Unlimited Save. Animated. Screenshots https://4.bp.blogspot.com/-4Gr...
LiTTleDRAgo Scripts Database 2 5,872 05-16-2017, 08:57 AM
    Thread: Minesweeper
Post: Minesweeper

[center]Minesweeper Version: 1.00[/center] Introduction Remember minesweeper games in windows? Now that game is replicated in RPG Maker. Screenshots https://2.bp.blogspot.com/-vF1e573MYtw/U4m5RWm-...
LiTTleDRAgo Scripts Database 0 3,197 05-16-2017, 08:27 AM
    Thread: Breath Effect
Post: Breath Effect

[center]Breath Effect Version: 1.00[/center] Introduction This script makes the player look like breathing when idle. Screenshots http://4.bp.blogspot.com/-g6wu0yrebnQ/UUf_9YNPKKI/AAAAAAAAAKw/G83Q...
LiTTleDRAgo Scripts Database 0 3,667 05-15-2017, 09:05 AM
    Thread: Cannibalism
Post: Cannibalism

[center]Cannibalism Version: 1.06[/center] Introduction Based on Cannibalism (http://grimoirecastle.wordpress.com/2011/12/25/cannibalism/) script by Kread-EX for VX Ace Basically you can eat enemies...
LiTTleDRAgo Scripts Database 3 6,583 05-15-2017, 08:58 AM
    Thread: Multi Attack & Combo Display
Post: RE: Multi Attack & Combo Display

LOL I thought KGC is member of this site until I looked closely again. :P
LiTTleDRAgo Code Support 10 11,820 05-14-2017, 06:40 PM
    Thread: SLOLS: Snake Look-alike on Load Script
Post: RE: SLOLS: Snake Look-alike on Load Script

Just want to share... I edited this script so it will load windowskin arrows if no arrow images in Graphics/Pictures. http://i.imgur.com/lilERLXs.png (http://i.imgur.com/lilERLX.png) http://i.img...
LiTTleDRAgo Scripts Database 3 10,084 05-14-2017, 06:25 PM
    Thread: Smooth Scroller
Post: Smooth Scroller

Smooth Scroller Version: 2.00 Introduction This script makes scroll movement smoother when player is moving. Features Smooth scroll movement. No flickering events. Screenshots http...
LiTTleDRAgo Scripts Database 0 3,555 05-14-2017, 09:04 AM
    Thread: The Lycan ABS
Post: RE: The Lycan ABS

DerVVulfman Wrote: (03-04-2017, 04:58 AM) -- Oh, BTW.    I know you're LiTTleDRAgo,   Three different accounts all sharing the same single IP address?  Pretty much a give away. -- Lol, that person ...
LiTTleDRAgo Scripts Database 115 144,043 05-14-2017, 08:25 AM