View Single Post
  #4  
Old 08-29-2009, 02:39 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Rufus View Post
You're doing it offline right?
If that was the case then he'd have to do:

PHP Code:
if (created) {
  
// other npc script
  // hat1.png example
  
setcharprop #P1,hat1.png;
  // other npc script

Edit: Misread but as posted below, for future reference.

PHP Code:
if (created) {
  
// player hat example
  
setplayerprop #P1,hat1.png;

__________________
Quote:

Last edited by fowlplay4; 08-29-2009 at 04:02 AM..
Reply With Quote