I figured out how to get it working without the runtime error coming up when i close it. I must open it with the windows service pack enabled. No idea why it would ever be disabled in the first place?
One last problem though, when i put the era tileset into the npc to get the tiles it doesn't work?
Graal Script Code:
//#CLIENTSIDE
if(created){
removetiledefs;
addtiledef era_tileset-summer-offline.png,,1;
}
What's wrong with it?