Mods lock, view the new thread Dannyrs made
Printable View
Mods lock, view the new thread Dannyrs made
Count me in! I'll help when I can :)
I highly recommend against using any private servers, the database and user files of this particular one were stolen a day or two ago aswell.
EDIT-GOT P06_ChooseOptionMulti WORKING WHOO! will add to include tomorrow
Ok, so I'm on board, don't know how or why :p but here we go, rjj's yet to be added to mine, rough at the moment,
I want to learn how SRL works incase Official RS ever dies, this is a good way,
Obviously designed for:
http://i.imgur.com/3Dh8dIY.png
Core Functions re-created so far:
Simba Code:P06_GetUpText
P06_IsUpTextMultiCustom
Create a Folder Somewhere, Extract The Folders Into That, Then Add Folder's To:
P06Include To:
http://i.imgur.com/QgABlSS.png
P06UpChars To:
http://i.imgur.com/EYjyYYR.png
Example:
Simba Code:Program testP06;
{$I SRL/SRL.Simba}
{$I SRL/SRL/Misc/Debug.Simba}
{$I P06Include/P06Include.Simba}
Begin
P06_Setup;
ActivateClient;
Wait(2000);
WriteLn(P06_GetUpText);
End.
gimmi 20mins ish,
Simba Code:P06_DropAll;
P06_ChooseOptionMulti(['Walk here']);
P06_InvFull
P06_TabInventoryTab(3);
All done
Nice! currently trying this out, will be reading your how to script guide also good post, support!
Edit- This is what I get when I try to run your test script, I'm fairly new at this so it's probably something I'm doing wrong, sorry if its something stupid and obvious.
[Error] C:\Simba\Scripts\Treepowerchop.simba(11:14): Unknown identifier 'Logs' at line 10
Compiling failed.
[Error] C:\Simba\Scripts\PRS06 Cutter and Fletcher.simba(7:11): Duplicate identifier 'P06_DECLAREPLAYER' at line 6
Compiling failed. why this is happening to me? :OO