is there a script that will show a bar that shows how good you are and bad also is there a script like if you comit a crime you could get caught if you played fable you would have a good sensce of all that i am saying!
Here is something for the good and evil bar.
Linky (http://z3.invisionfree.com/ChaosProject/index.php?showtopic=224)
To determine the price you have to pay, just use a variable. If you commit a crime check its type and increase the value of the variable by how much he has to pay more. Best is you use common events for that.
i did the varible and the bar wont show up on my menu help me out here?
Use the very first code. The second one is only if you want it to show up on the map instead.
okay so i did this in a commen event
1.Varible[001:Evil and Good]%=radom(-100...100)
2.$ge_variable_ID = 50
and for the varible i put the operation on set andnothing is still not happening?
Do you have a CMS (Custom Menu System)? I made that for the normal menu. If you are using a CMS, post the code, so I can put the bar into your menu.
can you send me one of those with the code in it?
nvm some how it just clicked in im must of done someting?
actulaly i dont know how to add the good points and bad i know it $ge_variable_ID = 1 but it wont add it
Just change the value variable number 1 (You have a "Variable operation" command in the events). You can change it in intervals from -100 to 100, where negatvie numbers indicate that he's evil and positive that the he's good. If it goes out of range, it will be scaled automatically. You can change the $ge_variable_ID = 1 to i.e. $ge_variable_ID = 2 if you want to use number variable number 2 for the indicator instead.