anandacote
11-25-2006, 01:51 AM
Can anyone help me with SRL:confused: :confused: . I have fill the script but all it does when i start it, is log me in. Then it doesnt do anything. I want it to mine then drop, then log on a new player then mine then drop...etc
The following text is from the SRL manual. I don't understand it.:duh:
****************************************
Using SRL.
You can use SRL just like any other include. Add {.include SRL/SRL.scar} at the beginning of your script, and call SetupSRL once (at script startup) to initialize the library. You will now have control over the SRL/core functions.
Skill includes will need to be included seperately. If you want to use the SRL mining services, just add {.include SRL/skill/Mining.scar} and call SetupSRLMining once at script startup to initialize the mining library.
Misc includes will also need to be included seperately.
********************************************
Can anyone explain to me what it means??
The following text is from the SRL manual. I don't understand it.:duh:
****************************************
Using SRL.
You can use SRL just like any other include. Add {.include SRL/SRL.scar} at the beginning of your script, and call SetupSRL once (at script startup) to initialize the library. You will now have control over the SRL/core functions.
Skill includes will need to be included seperately. If you want to use the SRL mining services, just add {.include SRL/skill/Mining.scar} and call SetupSRLMining once at script startup to initialize the mining library.
Misc includes will also need to be included seperately.
********************************************
Can anyone explain to me what it means??