var/Cash = copytext(file2text(http["CONTENT"]),1,5)
src.CashPoints+=Cash
Problem description: I have 2 problems with this:
1st_When i add the + it sends me this:
runtime error: type mismatch: 0 += "10"
proc name: AddCash (/mob/proc/AddCash)
usr: Prestige Entertainment (/mob)
src: Prestige Entertainment (/mob)
call stack:
Prestige Entertainment (/mob): AddCash()
Prestige Entertainment (/mob): Refresh Purchases(Prestige Entertainment (/mob))
2nd Error_ if i remove the + when i add 10.000 cash it only adds 1.000 o.O
1 is a number.
1+1=2
1+"pie"=?
Look up the text2num function in the reference.