How to alternate descpritions and add menus
Omega001
15 Apr 2012, 19:26I thought I add these two in the same one to make it easier.
1. Alternating descriptions. I want to have two different descriptions working for different flags, the player will have one flag that would give them a description, then when they get another, it change that current description. The best I have come up with is:
If
player has flag 1 - 1st description
If
player has flag 2 - 2nd decription
This will give both descriptions when the player has both the flag, If I can get rid of the script for 1st description when the player gets the 2nd flag. That would make it work, but I don't know it I can do that. Else if doesn't do it.
2. Making menus. This one is easier, all I want to do is make a menu that gives a player a number of things to choose from. And that would effect them, like a menu saing male and female, when the player chooses either one, that would be data for a specfic attribute. Like gender. How could I do that. I had tried the tutorials and tried to find out myself for hours and got nowhere.
These are my first games and I got quite a lot of stuff down already. These problems, especially the menu problem, is the only things I need right now.
1. Alternating descriptions. I want to have two different descriptions working for different flags, the player will have one flag that would give them a description, then when they get another, it change that current description. The best I have come up with is:
If
player has flag 1 - 1st description
If
player has flag 2 - 2nd decription
This will give both descriptions when the player has both the flag, If I can get rid of the script for 1st description when the player gets the 2nd flag. That would make it work, but I don't know it I can do that. Else if doesn't do it.
2. Making menus. This one is easier, all I want to do is make a menu that gives a player a number of things to choose from. And that would effect them, like a menu saing male and female, when the player chooses either one, that would be data for a specfic attribute. Like gender. How could I do that. I had tried the tutorials and tried to find out myself for hours and got nowhere.
These are my first games and I got quite a lot of stuff down already. These problems, especially the menu problem, is the only things I need right now.
Jsimmons
15 Apr 2012, 23:21I know I've used the flags option before.
Its simple to "Unset the flag" Of the option before, just add another script to the action and select "Unset flag"
I'm including a screenshot of the menu.
Its simple to "Unset the flag" Of the option before, just add another script to the action and select "Unset flag"
I'm including a screenshot of the menu.
Jsimmons
15 Apr 2012, 23:23this is how the script should look when its finished:

Pertex
16 Apr 2012, 14:56And here is the menu:


Omega001
16 Apr 2012, 19:41These are perfect!
Exactly what I needed. I haven't even used them yet but I'm sure they'll will.
Sorry for being overly grateful but many many thank yous.
Exactly what I needed. I haven't even used them yet but I'm sure they'll will.
Sorry for being overly grateful but many many thank yous.