
03-25-2005, 04:02 PM
|
|
Banned
|
 |
Join Date: May 2003
Location: CAW
Posts: 5,586
|
|
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);
}
|
|
|
|