Thread: addtiledef...
View Single Post
  #3  
Old 03-25-2005, 04:02 PM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
Quote:
Originally Posted by greenarrow
lol i knew it, i knew i knew it i knew it, as soon as i posted this i remembered the code, well for others who cant figure it out, to restore pics1.png, enter this
if (created) {
addtiledef pics1.png,,1;
}
Use GS2 :[

NPC Code:

function onCreated(){
addtiledef(pics1.png,,1);
}

Reply With Quote