View Single Post
  #20  
Old 07-22-2002, 09:10 AM
Xbob42 Xbob42 is offline
Registered User
Join Date: May 2002
Posts: 429
Xbob42 is on a distinguished road
Things I would like to see in the next version.

Mostly some new commands. The ones I list I think are pretty self-explainable.

shoot index,imagename,direction,power;

shoot index,imagename,direction,travelxdistance,travelyd istance,power;

I think that the most commonly used graphics on playerworlds should just be added to the tileset since so many people use them on playerworlds. You know like amz_chair.png and all the other ones you see on every playerworld.

The other thing I would like to see is to let us be able to change the tiles to be blocking, unblocking, water, or whatever.
Maybe have it where we make a text file or something with stuff like
tile[1,0]=block;
And make the tile block.
tile[1,1]=water;
player walks on it and it shows the player swimming
tile[1,2]=swamp;

and so on and so on. Then have a script that reads the text file, or maybe just put it into the game or something.
__________________
Criminal uses this account to post.
Reply With Quote