New account registration is temporarily disabled.

[POLL] KAZSTRING: THE RETURN

Poll

What would you like to see this plugin do? - Results

X/Y coordinate ranges
1
50%
Line of sight
0
0%
Setting points to a shape
0
0%
String manipulation (stuff like multiple-password passwords)
0
0%
Item/Skill checking (might need help)
0
0%
Other...
1
50%

Posts

Pages: 1
I've made this utility (you can see it in utilities), and it basically... well, it started as a means of storing items, skill, and the sort as names. Why? Well, you could from there do stuff like stealing items, and not have to worry about the item name (doing this simplified an entire section from about 300 conditional branches to just a few lines). You can also store conditions or skills, though I originally intended to be able to somehow check for items and

Then I expanded it to be able to do simple file storing (mainly with text files), and working with alot of variables and processes that the rpgmaker doesn't actually use (using C variables instead of RPG variables). This lets you crunch a bit of data without filling up on variables or switches, meaning you can do stuff like run chests that are unique, even though 2k3 doesn't do self-switches.

Basically, now, it's a sort of super-comment plugin, that lets you do a huge list of things, provided you can keep them straight. But it's not enough. I want moaaar. So, I'm asking for input, hence why this submitted utility is now back on the forum.

Bear in mind I'm a bit of a noob for C++ coding, so if what you ask is too complicated, I'll need help.
Pages: 1