Help - Search - Members - Calendar
Full Version: Integrity Checker
RPG RPG Revolution Forums > Scripting > Script Submissions > RGSS2-Submissions
jet10985
Integrity Checker

By Jet

Introduction


Hey everyone, another Jet script for y'all i guess wink.gif
I made this as a birthday present for the community since it was my birthday the day of posting this. I figured, hey the other coders do it tongue.gif
I hope this'll help those newbies with event errors and such, it'll check if an event will throw an error or not for commonly used event commands.

Features

- Finds faulty events
- Creates easy to read log file
- Can be turned off and on at will
- And more...

Script/Demo

Can be found Here

Credit

Jet
dotsonface
A small request.
I keep getting frustrated at myself for accidentally putting a conditional branch like this.
if $game_switches[1] = 0
print "something"
end
That 1 equal sign keeps screwing me up, I keep forgetting that for conditional branches, you need ==.
I'm sure other people are frustrated with this.
dricc
@dotsonface :
A switch equal to 0 ???
you mean : "if $game_variables[1] = 0" , no ?
But in both cases , you have a dedicated conditional branch and don't need a script call .
Jet's script is searching for faulty events , not ruby code .
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.