View Single Post
  #14  
Old 06-06-2001, 06:38 AM
Munkey Munkey is offline
Guest
Join Date: May 2001
Location: Outside Pittsburgh
Posts: 279
Munkey is on a distinguished road
Send a message via ICQ to Munkey Send a message via AIM to Munkey
OK, here are my thoughts on this. Have a tileset zip pack that needs to be downloaded in order to leave the onlinestartlocal. *simple flag manipulation* and that would solve the download problem... unless they didn't unzip it.

For the scripting command. Have a text file that defines what tiles are walkable, what are lava, what are water, and what are wall tiles.
The command itself would look like this for a desert pics1.png if (playerenters) {settileset picsdesert.png,deserttiles.txt;}
Reply With Quote