Quote:
|
Originally Posted by Arya
You can add an infinite number of entries, so you can actually get the NPC to simulate a conversation (within limits of course) when configured correctly. This works esepcially well when using it as a scared to death looking for help NPC
|
actually, if you want to be technical the entries are stored as int correct? int is 32 bits which is 4,294,967,296 combinations however I believe (and correct me if I'm wrong) that the text entries start at 0, and since int can be a negative number, that leaves 2,147,483,647 total entries. (uint would use the entire 4,294,967,296 as it starts at 0)
Now, granted, noone will ever use even a 10th of that number, but its not infinite (everything that deals with puters is finite) I'm not trying to be rude, I just wanted to point that out.
In fact, (again correct me if I'm wrong) you might be able to use a ushort and have 65,535 entries I really don't think anyone can use even that many
lol but if you have a crew of about 2000 people working on the entries (not that they could) you might use a ulong and have 18,446,744,073,709,551,615 entries

imagine the AI then he he he
ok I'm done rambling, tis an awsome script and a fine addition to any shard