Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-19-2007, 11:07 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Set player emotion?

Is it possible to set the player emotion through code?

I really just want to display the ctrl+z icon but don't know how to set it.

I assume it's set in a player.attr?
__________________

Coming soon (Hopefully:P)
Reply With Quote
  #2  
Old 02-20-2007, 02:56 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by JkWhoSaysNi View Post
Is it possible to set the player emotion through code?

I really just want to display the ctrl+z icon but don't know how to set it.

I assume it's set in a player.attr?
You could just showimg the animation.
__________________
Reply With Quote
  #3  
Old 02-20-2007, 03:15 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
findimg(0).image "emoticon_name.extension";
  
findimg(0).y-=5;
  
findimg(0).x+=2;


Emoticons are shown under the index of 0.



Side Note: 2000th post, hurray!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 08:49 PM.


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