View Single Post
  #2  
Old 08-10-2002, 08:54 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: My gift to all playerworlds owners.

Quote:
Originally posted by BinaryCrash
Many people asked about the script to change the rc head,
so i am giving it here to everyone, i asked Warcaptain at the
first time, but he refused to tell me about it, just said it's a script.
So i script my own script and like i help all graal and not only Maloria i am giving it out.


NPC Code:

//By BinaryCrash
timeout=2;
if (timeout) {
x=0;
y=0;
dontblock;
timeout=2;
for(h=0;h<=allplayerscount;h++) {
with (allplayers[h]) {
if (playerx==30&&playery==30&&playerap=50){
if (!strequals(#3,maloriaheadrc.png)) setplayerprop #3,maloriaheadrc.png;
}
}
}
}




It was not stolen if you are thinking it.
i can describe how i got this way to script it.
that would change other players heads as well if there AP was 50, and the x/y was 30
you should do
strlen(#F)==0 instead