Quote:
Originally posted by SSj_Link
how about,
if the image is the blue couch
if (playerchats&&strequals(#c,Right)) {
setimg bluecoughright.gif;
}
if (playerchats&&strequals(#c,Left)) {
setimg bluecoughleft.gif;
}
if (playerchats&&strequals(#c,Down)) {
setimg bluecouch.gif;
}
and so on
|
That would just change the direction it's facing. What I'm scripting, it moves the actual furniture around the room.
And Merlin, that silly. What's wrong with NPC's?