Bank Failure
There is a problem with the bank thing I have 450,000 gold in bank and I need an upgrade of UP for just 300,000 and it says no gold and yes I checked if the button bank was checked
can you resolve the problem by doing:
// just checking if cash is checked to buy from gold and not from bank
if ('cash' == 1 and 'bank' == 2) {
'cash' = 'cash' - ???
'unitup'='unitup'+1
}
if ('bank$' == 1 and 'cash$' == 2) {
'bank' = 'bank' - ???
'unitup'='unitup'+1
}
// if both values are checked then just buying the up to prevend
// negative gold cuz this can happen when serious bugs appear
if ('bank'==1 and 'cash'==1) {
'unitup'='unitup'+1
}
// if both values are checked then just buying the up to prevend
// negative gold cuz this can happen when serious bugs appear
if ('cash$'==2 and 'cash'==2) {
'unitup'='unitup'+1
}
__________________
MediYear 33 - Rank 1 BF ( JD )
MediYear 31 - Rank 1 B
MediYear 29 - Rank 2 C ( Masses again ... )
MediYear 28 - Rank 4 B ( Played to mass and got massed alot (Battles Defended 1,080 rank 1 ))
MediYear 27 - Rank 2 BF ( Its true BF is full of cheats )
MediYear 18 - Rank 2 BF
MediYear 11 - Rank 2 BF ( Masses pufff )
MediYear 5 - Rank 1 B
MediYear 4 - Rank 2 BF
MediYear 3 - Banned / deleted
MediYear 2 - Ranked 9 ( 3 accounts got deleted / banned that age *wonders why*
Last edited by SinxNizer : 05 Feb 2005 at 10:31.
|