Quote:
Originally Posted by Bleachlover551
anyways how would i make it so every person who right clicks the other player see ther other player stats..?
|
By reading the posts in this thread and following the advice contained in them. Get it working without dealing with right-clicking first, and then add that after everything else is working. Then you can test it easier.
Stuff it in a function like
PHP Code:
function showProfile(temp.account) {
}
and call that in
onCreated with some account for easy testing.
When you're ready to start on the right-click bits, look at
this thread for reference (read the posts after the OP).