Quote:
Originally Posted by Rufus
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;
}