View Single Post
  #1  
Old 11-10-2006, 12:51 PM
michael7849 michael7849 is offline
Playerworld21 Manager
Join Date: Aug 2006
Posts: 81
michael7849 is an unknown quantity at this point
tilset for gmap?

okay i did addtiledef to my gmap and it willnt work is there a way to add the tileset without doing it 80+ times?


This ise the script i used'

NPC Code:
//#CLIENTSIDE
if (created) {}
{if (tok[1] != NULL && player.level.starts("past-"))
addtiledef pics9.png,,0;}
}

Reply With Quote