Thread: Question
View Single Post
  #3  
Old 09-08-2002, 03:12 AM
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
don't bother, it's uneditable
Quote:
- there are a lot of new variables and script functions that let you access
objects in the current level; the variables can only be read, not changed ;
if you think changing the variables would be good for some effects then
let me know which variables you want to access ([email protected]);
here a short list of the new stuff (for more read npcprogramming.doc):
bombs[index].x/y/power/time
arrows[index].x/y/dir/dx/dy/type/from
items[index].x/y/type/time
explos[index].x/y/power/time/dir
horses[index].x/y/dir/bushes/bombs/bombpower/type
this was a few years back, but I don't remember anything being changed.
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote