View Single Post
  #2  
Old 05-19-2004, 08:27 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Quote:
Originally Posted by WanDaMan
When you click down on the NPC your weapons change to the next one in your inventory, i.e
i have the weapon 'bow' in use, if I click it the next weapon along 'bomb' would now be in use :o
(I don't want the whole script, but i'd like help on how to do it )
scrolling through weapons? thats no fun, find the weaponindex of the clicked weapon and set selectedweapon to that

oh and don't constantly do static showimgs in a timeout, only when something needs to update (hiding/showing, do that in a function to call it when neccesary)

Quote:
Originally Posted by Gerami
I thought you had to post scripts in the global format thingy where instead of && you added another ( )'s...or something like that...>_>;
What? his script follows that aspect of KSI-GS alright... where's the raised eyebrow smilie?? oh,
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote