crxtrdude / pywright

Python game engine for running visual novel games similar to the Phoenix Wright series
Other
5 stars 3 forks source link

Tags for cross examination to help with arrow generation #181

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
E.D says:

New CE variables. For these CE variables, these will only affect the which 
statement is tagged as the first and which statement is tagged as the last. SO 
that if the author has done some CE tricks, the CE buttons affect it well. 
Statements tagged as "first" will only have the right arrow/button available. 
Statements tagged as "last" will only have the left button available on both 
the textbox and the CE button, but the right CE button is clickable to go 
beyond "endcross". These should be backwards compatible because just like 
test=VALUE is an optional argument, tag=VALUE should also be optional.

I say:

Definitely will look into this. CE arrows are pretty buggy as is. They don't 
even show the right thing when they really should some of the time. But I 
should be able to make them smart enough to handle everything without authors 
having to worry themselves over it though. There also may be cases where you 
add a statement but don't even know if it is the last one or the second to the 
last etc. Depends on how many hidden statements may be at the end of an exam. 

Original issue reported on code.google.com by saluk64007@gmail.com on 9 Feb 2014 at 8:32