[Trigger] Book Reading System

Status
Not open for further replies.
Level 4
Joined
May 1, 2008
Messages
315
Sorry, but i don't now where create this thread. Just please, move this topic to good place. ;/

This system show you how to read long text in WarCraft III.

So... just test it !

Page limit - 12

Created by [Normal Triggers]
 

Attachments

  • Reading System by Surio.w3x
    Reading System by Surio.w3x
    507.1 KB · Views: 56
  • Reading system.jpg
    Reading system.jpg
    155.2 KB · Views: 177
Sorry, but i don't now where create this thread. Just please, move this topic to good place. ;/

This system show you how to read long text in WarCraft III.

So... just test it !

Page limit - 12

Created by [Normal Triggers]

Ok, well, first: This map belongs in the Spells (also for systems) Section.
Second, it is nice someone made this, but it could be done Much easier!
Want me to show you?
 
12 pages...isn't that more like a brochure than a book?
can you add pictures to it? that would be awesome!
then it could be like one of those children's first book things.
lol i'm sorry if i'm being insulting...i'll check out the map later and post back letting you know what i thought about it. already downloaded it.
 
This system is really intersting, it's unique etc, I'd like to suggest uploading it to the database, but unfortunately it will be too difficult to create about 15 triggers for each book and this particular system is single-playred ;(

Yixx, can you suggest smth interesting on this topic? ;)

And btw the pages are limited only by number of triggers, which creator used.
 
Pretty poor system, it uses like 24 odd triggers and does not let the map do much else.
You could atleast construct a JASS system to hande it, as that way you could make multiple books limated to a maximum length atleast 8192*256 characters long if not more if you use a system which allows data to e loaded and unloaded.
 
It is quite simple,,
Set Text[1] = Page1
Set Text[2] = Page2
Set Text[3] = Page3
And so on,,

Player 1 (red) presses the left arrow key

Set Page = (Page - 1)
Show text message: Text[Page]

Player 1 (red) presses the right arrow key

Set Page = (Page + 1)
Show Text Message: Text[Page]
 
Status
Not open for further replies.
Back
Top