View Single Post
  #8  
Old 12-01-2003, 07:45 AM
MrGannondorf MrGannondorf is offline
Teh Lunpa
Join Date: Apr 2002
Location: usa, alas
Posts: 395
MrGannondorf is on a distinguished road
Send a message via AIM to MrGannondorf
Intresting. Could I posibly get this to change the image of the object carried by the player? Like if the player picks up a bush, but I want it to look different?

NPC Code:
if (carriessign) {
setplayerprop #P3,lunpa_classic-sign.gif
}


NPC Code:
if (carriessign) {
setplayerprop #P(3),lunpa_classic-sign.gif
}


niether of them work.
__________________
Reply With Quote