Non-threaded

Forums » Feature Wishing Well » Read Thread

Suggestions for improvements and additions to the site.
This feature was rejected 12/11/2016: http://chooseyourstory.com/forums/feature-wishing-well/message/20485

Real-Time Scripting—NOT IMPOSSIBLE

9 years ago

  I've recently come up with a (somewhat) simple way to make real-time scripting. http://chooseyourstory.com/forums/advanced-editor-forum/message/16745#598264 <--- Check this for my post where I explain it because I don't want to rewrite it right now, but as soon as somebody replies I'll probably rewrite because I would then be obligated to.

Real-Time Scripting—NOT IMPOSSIBLE

9 years ago

As Brad already mentioned in that thread, this feature has been asked for before, and quite frankly I still don't find it a good idea. Apart from the reading speed argument, which also has been explained before, I also think that implementing a fixed time to take certain actions only distracts from the story. Furthermore, I think this is a same issue like with the debate about making the 'back' button removable: ultimately the reader should have a certain freedom in reading the story, and a system like this would limit that as well. Besides, I feel like, as this is a writing site after all, that the quality of the story should ultimately be decided by the quality of the writing, not the amount of Javascript tricks the author applies. Which is, by the way, also why I'm not really in favour of the video games which you propose to make.

Also, though I'm not that familiar with scripting, wouldn't the 'dynamic link' system which you propose would in practice make that page of your story unreadable, as the page would keep refreshing, and thus jump to the beginning of the page each time the link is clicked? 

Edit: Oops, this came out a bit harsher than I intended, sorry...

Real-Time Scripting—NOT IMPOSSIBLE

9 years ago

Wait, sorry I'm not too advanced with scripting. But what's the difference between "real time" and just normal scripting?

Real-Time Scripting—NOT IMPOSSIBLE

9 years ago

Like for example, in the story game, something like this comes up:

"The monster roars and charges at you. Do you close your eyes, run, or fight it?"

Then you get 30 seconds to pick a choice before the monster attacks you. 

Real-Time Scripting—NOT IMPOSSIBLE

9 years ago

oh, ok that's pretty cool. I could really use something like that in one of my story games. I support this!

Real-Time Scripting—NOT IMPOSSIBLE

9 years ago

The CYS scripting language is not real-time, meaning it only runs once when a page is loaded. A real-time scripting language can run both any number of times and after the page has loaded.

As nmelssx said, it can allow for things like countdowns.