Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Tazero on December 19, 2008, 06:27:29 pm

Title: Rndm Mssge Gen
Post by: Tazero on December 19, 2008, 06:27:29 pm
I need a random message Generator
Easy to config Hopefuylly activated by Call Script :)
Title: Re: Rndm Mssge Gen
Post by: Punn on December 19, 2008, 06:40:33 pm
You can use events and make a random variable generator through the event and base on the number different messages will be spoken
Title: Re: Rndm Mssge Gen
Post by: Tazero on December 19, 2008, 06:50:59 pm
who say what? :^_^':
Title: Re: Rndm Mssge Gen
Post by: Starrodkirby86 on December 19, 2008, 07:06:33 pm
Spoiler: ShowHide
(http://img386.imageshack.us/img386/5228/randompi0.jpg)


This is what mumerus means. It's basic use of variables and Conditional Forks. While using a script may seem easier, the tried and true methods are really efficient until you get into higher numbers of random messages. Then you "might" need to resort to some scripting.
Title: Re: Rndm Mssge Gen
Post by: Tazero on December 19, 2008, 07:48:59 pm
Ok not exactly what i was lookin fer but ty anywayz for teachin me somethin new :)
Title: Re: Rndm Mssge Gen
Post by: Blizzard on December 20, 2008, 06:39:29 am
You can't really generate random messages. You would need to teach your PC first how to speak and then how to make sense of it. Nobody in the IT business has done something like that so far. -_- Very funny request. Why didn't you ask for a script that generates an entire game? That would have been easier to make.

@SRK: Spartian cow, lol!
Title: Re: Rndm Mssge Gen
Post by: Fantasist on December 20, 2008, 06:55:57 am
Quote from: Blizzard on December 20, 2008, 06:39:29 am
You can't really generate random messages. You would need to teach your PC first how to speak and then how to make sense of it. Nobody in the IT business has done something like that so far. -_- Very funny request. Why didn't you ask for a script that generates an entire game? That would have been easier to make.


lol! Actually...
http://forum.chaos-project.com/index.php?topic=137.0
Title: Re: Rndm Mssge Gen
Post by: Blizzard on December 20, 2008, 06:58:31 am
I am actually being serious. Except for the dialogues that you would have to write, it would be easier to make a script that generates you a game with maps and event systems. Sure, the maps would be bad for most part, but it would work.
Title: Re: Rndm Mssge Gen
Post by: Fantasist on December 20, 2008, 07:03:08 am
I know, I never said I didn't agree :P

Anyway, it IS possible Taharo didn't ask that, it might be something else. If that's the case Taharo, be more specific ^.^
Title: Re: Rndm Mssge Gen
Post by: Starrodkirby86 on December 20, 2008, 01:00:03 pm
What I am assuming Taharo is asking is some sort of random message generator along the lines of:

The Ruby thingie chooses a random number from x to y. Then you assign the strings to each of those values...
So if the random numbers would be from 1 to 5, you assign the strings to 1-5, or something like that. And the configuration would be able to change the random numbers the script selects through the Call Script function...and be able to launch it from the Call Script function.

I know no sense of Ruby so this is a poor explanation.

It's either that up there what Taharo means, or he means truly random messages that are computer gibberish/infinite words, which indeed, is highly unlikely to achieve on RMXP (It's too primitive).

@Blizz: :D
Title: Re: Rndm Mssge Gen
Post by: Tazero on December 20, 2008, 02:33:16 pm
Exxxxactly what Srk said but i wanted a script more than Eventing but it's all the same :)