View Single Post
  #5  
Old 01-10-2002, 06:48 AM
BlKnight BlKnight is offline
Not in Use
Join Date: Mar 2001
Location: N/A
Posts: 1,527
BlKnight is on a distinguished road
Quote:
Originally posted by Stefan
full script?

Can't show =( Has some math in it that I don't want to reveal, its for my map and mini map.

See the thing is, when I was doing it with
if(weaponfired&&keydown(6)) {
if (this.on=0) {
this.on=1;
}else{
if (this.on=1) {
this.on=2;
}else{
this.on=0;
}
}

The while for
while (this.on=>1) {
myscript;
}

Worked fine...but when I switched it (since I needed to detect a key combination with another NPC) to detect a variable which indicates whether it was fired or not, it stopped working. It has never done this in the old graal EXE.
__________________
This account is no longer is use.
Reply With Quote