View Single Post
  #1  
Old 06-10-2007, 01:14 AM
PrinceOfKenshin PrinceOfKenshin is offline
That guy with a beard
PrinceOfKenshin's Avatar
Join Date: May 2004
Location: Ontario, Canada
Posts: 819
PrinceOfKenshin has a spectacular aura aboutPrinceOfKenshin has a spectacular aura about
mousescreenx question

Ok i am just making a simple thing where if the mouse goes over the npc it shows the name and this is what i got. I don't understand why you have two x's and two y's.
PHP Code:
function onActionServerside() {
  
setstring this.item,"Onion Rings",food,james-onionrings.gif,"f""f""f",20,1;
  
setstring this.itemtype,food;
  
setstring this.guild,Burger Shack;
  
this.price=8;
}
//#CLIENTSIDE
function onCreated (){
  
setstring this.item,"Onion Rings",food,james-onionrings.gif,"f""f""f",20,1;
}
    if (
mousescreenx in |47,10|){

      if (
mousescreeny in |11,158|){

        
showtext 220,mousescreenx+5,mousescreeny-10,Tempus Sans ITC,b,Inventory;

        
changeimgvis 220,7;

        
changeimgzoom 220,.5;

}



__________________


Quote:
Game Master (Server): Greetings PrinceOfKenshin, there are new posts on the forums that demand your urgent attention! God speed, the fate of the world is in your hands. If you fail, middle earth will forever be in the darkness and your children will be enslaved by McKain.
Reply With Quote