Thread: keypressed :(
View Single Post
  #2  
Old 12-07-2002, 11:40 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Do you ever read the rules? DONT POST FULL SCRIPTS!
--try this format
NPC Code:
if (keypressed){
if (keydown2(keycode(R),true){//stuff here;}
if (keydown2(keycode(e),true){//stuff here;}
if (keydown2(keycode(a),true){//stuff here;}
if (keydown2(keycode(d),true){//stuff here;}
//--
if (keydown2(keycode(T),true){//stuff here;}
if (keydown2(keycode(h),true){//stuff here;}
if (keydown2(keycode(e),true){//stuff here;}
//--
if (keydown2(keycode(R),true){//stuff here;}
if (keydown2(keycode(u),true){//stuff here;}
if (keydown2(keycode(l),true){//stuff here;}
if (keydown2(keycode(e),true){//stuff here;}
if (keydown2(keycode(s),true){//stuff here;}
}

__________________
Reply With Quote