How would I add the RCMaster procedure into a script?
Where can I set the RCMaster as well?
Thanks for your help__
How would I add the RCMaster procedure into a script?
Where can I set the RCMaster as well?
Thanks for your help__
To enable this feature, you just have to include srl into your script, after that you need to use 2 vars:
- RCMaster: the nickname of the RC Master
- RCLoc: this is optional, it's the location of the RC Master
Ofcourse, both have to be declared as strings
WARNING!: you don't have to declare these vars, just use them (those vars are already declared in the srl include).
Use it for eg. in your player declaration:
SCAR Code:procedure delcareplayers;
begin
RCMaster := '';
RCLoc := '';
Players[0].Name :='';
Players[0].Pass :='';
Players[0].Nick :='';
Players[0].Active := True;
end;
-Tsn.
[QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
[CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]
When you declare the RCMaster do you use a nick or the full name?
Unless you have the fixed friends chat characters, you're not going to have any luck using RC (as far as I know). I believe Freddy added them in 3.20, so you could either wait until then or grab them now and move them to the fonts folder.
:-)
There are currently 1 users browsing this thread. (0 members and 1 guests)