UnNatural - A supernatural horror game - editing complete, beta testing over

Yeah but it needs the hide_reuse command but it crashes.

Whoops, I’m new to choicescript myself, I meant:

*if ( not (daviddead) and not (spokedavid) )
__#I want to talk to David.
____*goto davidchat

then set spokedavid at the beginning of davidchat

ok, i just tested out something very similar and it worked. Furthermore, the outermost parentheses I used above aren’t necessary. The following:

*if not (daviddead) and not (spokedavid)

should work fine.

I’ve managed to get it to work without the extra variable looks like the error was believing i needed to have the *if command and *hide_reuse command on the same line

Cool. That’s even more efficient. :slight_smile:

Excuse me but every time I try to join Alpha I’m put in Beta. My strength Stat is decent so I don’t understand why. But if it is one of those ā€œIf you are smarter than your physical stats,ā€ then please change that as I don’t think that is fair, as someone(Me) might want to make a person that is not all about muscles.

If not then your system is seriously messing with me.

Usagi !_!

The system is if your physical is higher than mental you get alpha and if mental is higher than physical you get beta. But you will get the promotion to Gamma from either unit.

Just for the record I’ve just done a playthrough where I got into Alpha my stats were physical 55 mental 45 at the start of ā€˜Episode One’ so it is possible to have a decent mind while still being physical and vice versa.

how soon will we be able to go beyond the hospital incident?

1-Yeah but I would like the idea of if either stats are high enough then you can choose between one.
2-Also the options leading to a higher physical stats are unappealing to me.
3- I want to be able to read the incantation.
4- In my early playthroughs I could pick either
5- if the physical and mental stats are the same does that mean we can make team Gamma.
6- Is there a hidden team? Because of the whole Greek alphabet thing.

7- Usagi !_!

@Nocturnal_Stillness What about if they’re equal (or is that not possible)?

@Zed

Soon I intend to finish Episode 2 over the weekend. But the way I’m writing atm it might be midweek.

@SengokuKronos

  1. There was a chance to get to choose as your stats are high enough to join Gamma but they reveal you have to do at least a year in alpha/beta so you get choose - this was dropped as it was one of the many issues I am trying to fix.

  2. Physical increases are due to sport, learning how to defend yourself, and training if you can suggest other options to increase it I would happily consider putting them in.

  3. reading the book is reached by having mental greater than 30 and as I showed you in my last post that is possible for someone who gets into alpha. (Unless you mean you actually want to be able to translate the book in which case you can’t, in fact at least in season one there will only be one person able to read it.)

  4. you were able to choose what? whether you were in alpha or beta? That is a misunderstanding the previous system was if your physical was greater than 30 you got into alpha or mental greater than 30 you got into beta - I changed it because in some playthroughs you couldn’t get into beta if your physcial was greater than 30 even if your mental was higher.

  5. you can’t join Gamma straight away you have to go through alpha or beta

  6. No there are only three Units.

@Reaperoa

I don’t think it’s possible I’d have to double check that!

Ugh okay. Well you ARE going through the trouble of making a game which is more than I can say for myself. Also I don’t have any ideas for physical Stats but what about the CoV take on languages. Maybe you can learn one (at the point where you choose fighting skills or not) and it boosts the intelligence Stat and maybe opens new dialog.

Usagi !_!

@SengokuKronos

My abilities with choicescript are very limited so I’m trying to keep it as simple as possible while still offering variation (although I admit the variation is limited currently), taking languages into account would just give me more coding to mess up.

in regards to increasing physical you said none of the choices that increased it appealed to you, what would appeal to you? The option to do exercise? jogging perhaps?

@Nocturnal_Stillness

Nevermind, you just fixed the alpha/beta issue. :wink:

@P_Tigras

Did I fix an error before you reported it?

Yep

excellent :slight_smile:

btw, to answer Reaperoa’s earlier question, if physical=mental, then you end up an alpha. The game slips through both *if statements and ends up in *label alpha.

Ah, I’ve never got physical = mental so wasn’t sure if it was possible thanks.