Thread: Report bugs
View Single Post
  #28  
Old 01-29-2002, 11:27 AM
Frolic_RC2 Frolic_RC2 is offline
Banned
Join Date: Jan 2002
Posts: 960
Frolic_RC2 is on a distinguished road
Quote:
Originally posted by Kaimetsu


Hey Stefan, remember to add function-folding!

In case I have to explain this to anybody: When working on functions we usually make general case stuff like "swingSword" or whatever and then once it works we never touch it again. So what'd be supremely good is if we could have the code for that function be hidden, leaving only something like "swingSword()" on a line. Then we can click this to expand the function and display all the code. It'd make editing scripts way quicker since we won't have to scroll through a million miles of code on complicated NPCs.
!! Wonderful idea!

Hmm...Stefan, are 2 dimensional arrays in graal? I have never tryed to used them, but I thought I saw one of your scripts using them (tiles[x,y] = #). I need some 2d arrays for a few things...yeah fine you can make 2 arrays, but, 2d arrays are way cooler. Hehe...
Reply With Quote