Thread: -keyNOTdown(i)
View Single Post
  #33  
Old 01-08-2004, 03:28 AM
Thought Thought is offline
PipBoy Extraordinaire!
Thought's Avatar
Join Date: Nov 2001
Location: Long Beach, California.
Posts: 692
Thought is on a distinguished road
Quote:
Originally posted by ZeLpH_MyStiK
NPC Code:

if (created) timeout=.05;
if (timeout) {
if (keydown(#)) {
// move stuff
}elseif (keydown(#)) {
// move stuff
}elseif (keydown(#)) {
// move stuff
}elseif (keydown(#)) {
// move stuff
}else{
// idle stuff
}
timeout=.05;
}


Use elseifs, they're useful
WRONG.

Think about it, what do you do to run diagonally? You press two arrow keys.
__________________
Rick ([email protected])
#gscript on FreeNode (#gscript Guild, #gscript Information)
Graal User Statistics

I am now using my new account, Rick.
Reply With Quote