Thread: NPC Scripters
View Single Post
  #2  
Old 09-05-2001, 03:28 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
HERE IS MY TEST!!!!
NPC Code:

if(created || playerenters || timeout) {
timereverywhere;
for(i=0;i<64;i++;) {
for(j=0;j<64;j++;) {
showimg i*64+j,blue.gif,i,j;
}
}
timeout = .05;
}




Run this code and feel its awsome power!! MWHAHAHA! THE POWER TO MAKE KYLE GO ON A KILLING SPREE!
__________________

subliminal message: 1+1=3

Last edited by Falcor; 09-05-2001 at 03:38 AM..
Reply With Quote