Quote:
Originally posted by Stefan
like
NPC Code:
SCRIPT
if (playerenters || timeout) {
showimg 1,beer.gif,playerx+0.5,playery-1;
timeout = 0.05;
}
SCRIPTEND
If you put that into idle.gani then all players
who stand still have a beer on the head.
|
True but what if I want the gani script to show images where the nPC is? Like if i have an NPC using a certain gani and i want ti to display light2.png on top of it... Can i do that?