I’m stuck at one point in my story as I can’t seem to find the right command for it.
Basicly, I am giving the player an option to choose an alias while having a real name all along.
If the Player chooses to take the same firstname as before, then the NPC should notice this and react accordingly.
Question is, how do I do that?
So far, I tried this out:
*if {{alias1} = {firstname}}
It then says like
Non-existing Variable, even though everything worked with those variables before.
Actually… it’s like this: *if (alias1 = firstname)
@Nekumura There’s a choicesciptdev.wikia.com for a reason.
I was wondering “what if the fake name is the same as your real name” when I saw this, haha.
Of course it is something so easy! D:
Why did I not think of it…
Thanks!
And PS: I read the wiki side like 3 times and apparently was not able to find the command… oh well…
And now I notice which command it was… it is the very first… groans
curse my stupidity!