View Single Post
  #16  
Old 07-08-2003, 09:40 PM
Darlene159 Darlene159 is offline
Administrator
Darlene159's Avatar
Join Date: Aug 2001
Location: Florida
Posts: 12,470
Darlene159 has much to be proud ofDarlene159 has much to be proud ofDarlene159 has much to be proud ofDarlene159 has much to be proud ofDarlene159 has much to be proud ofDarlene159 has much to be proud of
Quote:
Originally posted by osrs
I and Senkasui already made that for Gaia long time ago,we basically used ganis & keydown.

NPC Code:

if(created){
timeout=0.05;
}

if(timeout){
if(keydown2(17,true)){
if(keydown2(keycode(1),true)){
setani dead,; //Put the new emoticon gani here
}
}
timeout=0.05;
}



If you press ctrl+1,it will active the gani dead,just replace that gani by the emoticon gani.
What would you change the setani to for an emoticon, or would it be setgani?
__________________
FORUM RULES
GRAAL BIBLE (Lots of useful info)
INFO ABOUT REPUTATIONS.
INFO ABOUT INFRACTIONS.
HOW TO APPLY FOR THE NON-GRAAL RELATED FORUM (<<READ THOROUGHLY!)

SUPPORT: http://support.toonslab.com

NOTE: YOU ARE RESPONSIBLE FOR YOUR OWN POSTS.
READ>THINK>POST
Reply With Quote