View Single Post
  #12  
Old 01-20-2002, 06:51 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Saga2001
heres your problem.
NPC Code:

for (i=0;i<tokenscount;i++)
showimg 556+1,@verdana@#v(i). #t(#v(i)),20,135+(i*11);
changeimgvis 556+i,6;
changeimgzoom 556+i,0.65;
}
}
}



you didn't add the 556 to the index of the changeimgzoom or vis, also it should be 556+i not 555+i because since i=0 at the beginning it would hide the old 555 that was prisoners. also it was showing them all on one line, over lapped, i fixed that too..
thnx, i'll try it out ...
Quote:
Originally posted by TDO2000
um u can't unjail with a script if the level is a real Graal jail level (tried it out with a warper and u could warp everyone everywhere expect persons in jail automatically got into jail after unjailing)
u have to use rc-warp to unjail...
well thats just dumb ... but, how are levels defined as jail levels ?
the 'jailed' flag ?
Reply With Quote