I'm finalizing the next release ! I should post the link in an hour or two if all goes well :D what's new ? EVENTS !!! - in-game : school exam event (every 10 days, starting in the morning of day N°10) - in-game : 18 dream events (every time you use the "sleep" action) - in-game : add of Mood (gauge) = general mood of your students. - in-game : 10 school classroom & laboratory events (75% chance when you use the "science lesson", "math lesson" or "english lesson" action) - event "eventName" trigger"labelName" trigger"anotherLabelName" condition(dayCount >= "42" and english < "69") priority"100" eventName : will link to the event label, where the full event is coded. trigger : where this event should be triggered ? this is a list of labels. without this option, the event will be triggered everywhere. condition() : does this event only trigger when a condition is complete ? without this option, ther event will be triggered everytime. priority : if more than one event is applicable, witch one should be triggered first ? (0 to 100 number, the bigger = the best) without this option, the event priority will be "50". a priority of "50" also means the event have 50% chances to be triggered. - random value ( define varName random(min, max) varName = random("0", "10") + "42") - multiple condition "and" or "or" ( if dayCount > 2 and dayCount < 10 if dayCount <= 2 or dayCount >= 10 ) - bug correction : dialogue box should not be clickable when a menu is displayed. - use a variable for the "jump" action (jump varName)
Tenebrys Hentai Flash Games
2014-07-23 08:39:03 +0000 UTCAKAMAN
2014-07-23 06:18:23 +0000 UTC