View Single Post
  #4  
Old 08-15-2008, 04:07 PM
Exhausted Exhausted is offline
Registered User
Exhausted's Avatar
Join Date: Mar 2008
Posts: 179
Exhausted is infamous around these parts
yea


//#CLIENTSIDE.

// Graal2002 NPC by Stefan Knorr
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #3,head0.png;
setcharprop #C0,orange;
setcharprop #C1,red;
setcharprop #C2,black;
setcharprop #C3,blue;
setcharprop #C4,black;
setcharprop #n,wat
setcharprop #2,;
shieldpower = 1;
dir = 2;
}


if (playerenters){
ap = 100;
setcharani sit,;
}


if (playerenters){
timeout = 18.5;
}

if (timeout){
setcharani idle,;
sleep 4;
setcharani sit,;
}
__________________
Quote:
Originally Posted by grawlgamer View Post
And one thing that really pissed me off, I bought Assassin's Creed a week before they halved the price.
Quote:
Originally Posted by Nataxo View Post
you're so evil, graal doesnt need persons like you, you should get global ban
Reply With Quote