Thread: GGRRRrrrrr.....
View Single Post
  #3  
Old 01-18-2002, 12:17 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
I personally suggest the use of this:
NPC Code:

if (created) {
this.maxsel=the max number of items;
// The starting X Position of the menu;
this.startx = 5;
// The starting Y Position of the menu;
this.starty = 100;
}
if (timeout) {
if (keydown(0)&&this.place>0) {this.place--;}
if (keydown(2)&&this.place<this.maxsel) {this.place++;}
showimg 401,@#-->,this.startx,this.starty+(this.place*10);
changeimgvis 401,4;
changeimgzoom 401,.5;
timeout=.05;
}



thats for the cursor that points out your items.
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote