Sorin Beginner
Joined: 28 Mar 2004 Posts: 10 Location: USA
|
Posted: Sat Nov 10, 2007 12:11 am
Please Help me with this Script |
I have a difficult advanced script in mind, but in order to get help on it, ill need to explain about the mud a bit i guess..
the mud does basic maps such as this for treasure, the context for the maps current state which is locked comes up like this
Correct, low, very low, high, very high
Now each of those colums there, has an integer base, correct being 0, very low being -4, very high being +5, ,low and high are between those.
Each action you perform on the map has a set affect, there being many many actions, such as this one
asd >>> <<< <<< - -
this means that Column 1 would increase by 3, column two decreases by 3, and column three decreases by 3, columns four and five stay the same.
So our original of |0|0<|-4|>0|+4 scenario would be affected by |+3|-3|-3|0|0 and since this cant be done on these because it would force column three to go below -4 which it cannot..
I cannot figure out a way to even start on this
Could you please help?
Also a way to find the true numeric Values of this would be helpfull, if you need more info, let me know.
Thank you. |
|