Thread: Help
View Single Post
  #1  
Old 02-19-2006, 03:05 AM
ArushenP2P ArushenP2P is offline
Graal Developer
ArushenP2P's Avatar
Join Date: Feb 2006
Location: Oakland, Calif. USA
Posts: 336
ArushenP2P is on a distinguished road
Send a message via AIM to ArushenP2P
Help

NPC Code:

//#CLIENTSIDE

if (created || timeout) {timeout=.05;} //infinite loop

if (timeout) {
if (mousex in |playerx,playerx+2| && mousey in |playery,playery+2|) {
showcharprop #a;
}
}



I need it to be so it can show the players account not my account, you know when you put your mouse over them it shows there account.

Someone please help me
__________________


Your abilities to create wonder relies on your level of imagination.

Reply With Quote