is there a way to restart the script using something like....
restart
i was just wondering, cuz i wanted to make an auto trade script, and when its done trading, i thought mabe it should restart the script once a trade is complete?
is there a way to restart the script using something like....
restart
i was just wondering, cuz i wanted to make an auto trade script, and when its done trading, i thought mabe it should restart the script once a trade is complete?
http://www.fenjer.com/adnan/SRL/16/20/Merchampion.png
Merchampion is going to be the ultimate autoing script! It will buy items for your set amount of price; trade people without you having to be there, and once your money is all out; guess what! It's going to sell the item for a different set amount of price! It's merchanting without you having to be there
Just use repeat until like
SCAR Code:Repeat
AcceptTrade
OfferItems
Accept
Trades:=Trades+1
Until(Trades=10)
use repete in your main loop.
"For it is not what goes into your mouth that will defile you; rather, it is what comes out of your mouth that defiles you." - Jesus of Nazareth
i use a repeat to repeat the "buying x items" message, but when a trade opens up, the message stops like it should, but when the trade is over, how do i restart the original "buying x items" message?
http://www.fenjer.com/adnan/SRL/16/20/Merchampion.png
Merchampion is going to be the ultimate autoing script! It will buy items for your set amount of price; trade people without you having to be there, and once your money is all out; guess what! It's going to sell the item for a different set amount of price! It's merchanting without you having to be there



Put another repeat..until loop around that.
There are currently 1 users browsing this thread. (0 members and 1 guests)