Save-Point

Full Version: Wednesday's Timer: The Centisecond Alternative
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Wednesday's Timer:
The Centisecond Alternative

Version: 1.0


Introduction

This script permits you to use your PC's actual time in order to create a more accurate pause system instead of using the RGSS scripted counter method. It does this by way of Ruby's built-in Time class to acquire the current time.


Script

Look Under Here (CLICK)


Instructions

In a nutshell, paste this into your script library below Scene_Debug. And use the script call 'centi_wait(time)" where time is a numeric value. A value of 100 in this call will make a 1-second delay, and a value of 2350 will make a 23 1/2 second delay.


Compatibility

Designed solely for RPGMaker XP right now. And it rewrites three methods, two in Game_Character and one in the Interpreter class. Notes have been added in the script for any would-be scripter.


Terms and Conditions

Free for use, even in commercial games.