View Single Post
  #20  
Old 02-06-2002, 09:39 AM
lordhelmut lordhelmut is offline
Registered User
lordhelmut's Avatar
Join Date: Aug 2001
Posts: 710
lordhelmut is on a distinguished road
Send a message via ICQ to lordhelmut Send a message via AIM to lordhelmut Send a message via Yahoo to lordhelmut
// NPC made by Golem
if (playertouchsme) {
this.pos=0;
disabledefmovement;
setani idle,;
timeout=.05;
}
if(timeout&&this.pos=0){
showimg 200,@Arial@cb@->Deposit,(screenwidth/2),(screenheight/2-120);
showimg 201,@Arial@cb@Withdrawl,(screenwidth/2),(screenheight/2-100);
changeimgvis 200,4;
changeimgvis 201,4;
if(keydown(2)&&this.pos=0){
this.pos=1;
showimg 200,@Arial@cb@Deposit,(screenwidth/2),(screenheight/2-120);
showimg 201,@Arial@cb@->Withdrawl,(screenwidth/2),(screenheight/2-100);
changeimgvis 200,4;
changeimgvis 201,4;
}
if(keydown(2)&&this.pos=1){
timeout=.05;
}
timeout=.05;
}


HOW IS THAT SO FAR
__________________

Check out the development at:
http://razza.org/lordhelmut/FantasyTales/index
Reply With Quote