View Single Post
  #5  
Old 09-04-2001, 08:34 AM
Xythar Xythar is offline
Banned
Xythar's Avatar
Join Date: Aug 2001
Location: NOT (quite) HERE
Posts: 1,241
Xythar is on a distinguished road
Send a message via AIM to Xythar Send a message via Yahoo to Xythar
Re: Hmmm Maybe....

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?
Reply With Quote