Quote:
Originally posted by Gangster88
I am not sure what to use to make a grass npc to hide grass i am not that great at scripting
|
left corner:
NPC Code:
if (created) {
setimgpart sw_hcbrown.gif,0,0,16,16;
}
right corner:
NPC Code:
if (created) {
setimgpart sw_hcbrown.gif,16,0,16,16;
}
Copy/paste yer heart out, kid.