Thread: Bombs
View Single Post
  #3  
Old 09-25-2001, 02:49 AM
NooseKnot NooseKnot is offline
Registered User
Join Date: Jun 2001
Location: Connecticut
Posts: 298
NooseKnot is on a distinguished road
hers the coding
//NPC made by NooseKnot
if(playerenters||timeout){
set throwbomb;
}
if(throwbomb{
throwbomb a little to the right;
throwbomb exactly 10y; //whatever the hell that means
throwbomb in middle of room over the wall in front of me;
}
if(throws bombs over wall in front of me){
unset throwbomb;
timeout=5;
}
__________________

Warrior of Darkness
Reply With Quote