Thread: carrying
View Single Post
  #7  
Old 03-03-2011, 12:24 AM
MattKan MattKan is offline
the KattMan
Join Date: Aug 2010
Location: United States
Posts: 1,325
MattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to beholdMattKan is a splendid one to behold
Send a message via AIM to MattKan
Quote:
Originally Posted by oo_jazz_oo View Post
I believe the player attribute for the carry image is player.attr[3].

So, if you did something like:
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
player.attr[3] = "bomb.png";
  
replaceani("idle", "carrystill");
  
replaceani("walk", "carry");
} 
Your player would appear to be carrying a bomb. :P
Thanks and thanks to the other people too....

Does anyone know the gani name for dropping the attr[3] (ie throwing the bomb or bush on the ground)
__________________
Quote:
Originally Posted by Satoru Iwata
On the other hand, free-to-play games, if unbalanced, could result in some consumers paying extremely large amounts of money, and we can certainly not expect to build a good relationship with our consumers in this fashion. In order to have a favorable long-term relationship, we would like to offer free-to-play games that are balanced and reasonable.
Quote:
Originally Posted by Unximad
Eurocenter Games remains attached to the values of indies game developer and to the service our playerbase community.
Reply With Quote