Yeah its somethin like...
[@main]
#IF
checklevel 1
checkgold 3000000
#ACT
goto @explvl
#elseact
goto @b_2
[@b_2]
#say
You need to level harder and need to make more money.\ \
<
Ok/@exit>\
[@explvl]
#SAY
Would you like to go up one level for 3million gold?\
or even have 100000 exp added to your bar for 1million.\ \
<I would like one level
up/@lvl>\
<I would like 100000 exp added
please/@exp>\
<
Leave/@exit>\
[@lvl]
#IF
checkgold 3000000
#ACT
take gold 3000000
marry lvl 1
#SAY
There you go one level up

\ \
<Thank
you/@exit>\
[@exp]
#IF
Checkgold 1000000
#ACT
take gold 1000000
marry exp 100000
#SAY
There is the EXP you ordered

\ \
<Thank
you/@exit>\
Think you might need a hexed M2 Server for it though!