Hello, im trying to find out how i'am supposed to withdraw all from bank.
Im trying to Make it Withdraw all Molten Glass.
Im Kind of new to scripting soo any help is Appreciated.
Hello, im trying to find out how i'am supposed to withdraw all from bank.
Im trying to Make it Withdraw all Molten Glass.
Im Kind of new to scripting soo any help is Appreciated.
Withdraw(col, row, Amount) use "0" if u want to withdraw all![]()
Try looking in SRL next time for simple functions like Withdraw man, they're on the left side of Simba, provided you're using SRL which I don't see why you shouldn't be.
The function descriptions don't mention how to withdraw all...i guess that's what he wanted help with...
Took some time for me to figure that out when i started learning to script :P
You don't really need a function description for every single function in SRL. If you're scripting, you should be able to read the code and understand what is going on. Also, it's not rocket science to look at what types of variables the function is taking in to come up with a logical idea as to what you should pass through it.
Nice job helping him, Logical.
For what it's worth:
^ In the WithdrawEx function. You're right, sometimes the description doesn't give the full details, but just a simple skim over the code and you're more than likey to find what you're looking for.Simba Code:if (Amount = 0) then
Result := WaitOptionMulti(['Withdraw-All', 'w-A'], 300)
else
Result := WaitOptionMulti(['Withdraw-' + IntToStr(Amount), 'w-' + IntToStr(Amount)] , 300);![]()
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Protip: In Simba "Ctrl + Space" brings up the function list![]()
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
There are currently 1 users browsing this thread. (0 members and 1 guests)