Thread: Bombs
View Single Post
  #4  
Old 09-25-2001, 02:50 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
uhh
why not make it ujustable like
if (playerchats&&startswith(throwbomb,#c)) {
tokenize #c;
if (tokenscount==2) {
putbomb playerx,#t(1);
}
}

that would make it so you say throwbomb #
and the # = the y it would go
so you can so throwbomb 4
it would throw a bomb on your x but 4 y front of you
i think
Reply With Quote