Thread: need help
View Single Post
  #2  
Old 05-27-2002, 03:23 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Re: need help

Quote:
Originally posted by fedorov6116
can i ask you a question i need to know a script the script to the tiles for g2k2 i want to make a level and i want to use the tiles how do i add the tiles to the tile list like addtiledef pics1new.png,#L,0;
but how would i modify this
NPC Code:

addtiledef2 image,levelstart,x,y;
image: tiles you want to add
levelstart: what the level you want them on starts with (name)
x and y: position on the original tiles you want the new tiles to be added.

Reply With Quote