View Single Post
  #6  
Old 11-04-2007, 09:46 PM
Arch_Angel Arch_Angel is offline
Registered User
Join Date: Apr 2007
Posts: 482
Arch_Angel is on a distinguished road
Send a message via AIM to Arch_Angel
For the editor just put

PHP Code:
//#CLIENTSIDE
if (created) {
  
removetiledefs;
  
addtiledef TILESETNAME,,;
}
if (
playertouchsme) {

That worked right for me with my tiles. Depends on which tiles you are going to use.
Reply With Quote