View Single Post
  #15  
Old 07-08-2003, 08:21 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to 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.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote