Thread: a little help
View Single Post
  #7  
Old 03-28-2002, 03:50 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Thanks for that monkey scripter :P (j/k)

anyway i tried using yours and it wouldn't work, but i cam up with this, see if this wuld work..
NPC Code:

if (timeout){
if (keydown(1)) {i--;}
if (keydown(3)) {i++;}
for(j=0;j!=sarraylen(testy);j++){ if(strequals(#I(testy,j),I)){
if (j=i){showimg 1,testy#v(i).png,playerx-.06,playery-2;}
if (j!=i){
if (keydown(1)){i--;}
if (keydown(3)){i++;}
break; } }
}
}

__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote