Thread: When i compile i get this error what is it? how can i fix?

Results 1 to 6 of 6
  1. #1 When i compile i get this error what is it? how can i fix? 
    omgmike1
    Guest
    CODE:

    }
    if(UsedOnObjectID == 13485){
    if(ItemID == 744) {
    deleteItem(744, 1);
    addItem(4151, 1);
    sM("Thanks For the heart, Have a free whip Mwahahaha!");
    setAnimation(1810);
    faceNPC(UsedOnObjectID);
    lowGFX(574,0);
    }
    }





















    Reply With Quote  
     

  2. #2  
    Registered Member
    G0nzo's Avatar
    Join Date
    Feb 2009
    Posts
    4,960
    Thanks given
    514
    Thanks received
    546
    Rep Power
    1735
    did u decalre it?
    Computer Science Graduate, Java Expert
    Need help with something? PM me
    Reply With Quote  
     

  3. #3  
    Mimz
    Guest
    Thats exactly what I said... lol but I'm not sure if he knows what I mean by declaring it

    BTW this is off topic but 13th ranger did you get your name from the movie or book 13th Warrior?
    Reply With Quote  
     

  4. #4  
    Mimz
    Guest
    try this

    if(UsedOnObjectID == 13485){
    if(ItemID == 744) {
    deleteItem(744, 1);
    addItem(4151, 1);
    sM("Thanks For the heart, Have a free whip Mwahahaha!");
    setAnimation(1810);
    faceNPC(UsedOnObjectID);
    lowGFX(574,0);
    }
    }
    Reply With Quote  
     

  5. #5  
    omgmike1
    Guest
    posted above
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jan 2009
    Posts
    525
    Thanks given
    1
    Thanks received
    8
    Rep Power
    29
    }
    if(ItemID == 744) (UsedOnObjectID == 13485){
    deleteItem(744, 1);
    addItem(4151, 1);
    sM("Thanks For the heart, Have a free whip Mwahahaha!");
    setAnimation(1810);
    faceNPC(UsedOnObjectID);
    lowGFX(574,0);
    }
    }
    That should do it
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •