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.