Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-24-2011, 10:14 PM
imbavik imbavik is offline
Mercia
imbavik's Avatar
Join Date: Apr 2011
Location: Norway
Posts: 23
imbavik has a little shameless behaviour in the past
Send a message via MSN to imbavik
Quote:
Originally Posted by fowlplay4 View Post
It looks something like this:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
// disable profile feature with enablefeatures
}

function 
onMouseDown(clicktype) {
  if (
clicktype == "right") {
    
// use mousex, mousey to find a player object
    // if there is a player
      // open profile context menu
  
}

You can open a player's profile by calling:

playerObject.showProfile();
Thanks, now i got it to work
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:06 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.