View Single Post
  #16  
Old 08-22-2011, 07:03 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by callimuc View Post
Well I just tested it and it seems buggy. NPC images got suddenly changed, scripts like
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
blockagain();
  
drawunderplayer();
  
setimgpart("callimuc_extra-sprites.png",32,0,32,32);

suddenly changed to
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
blockagain();
  
drawunderplayer();
  
setimgpart("callimuc_extra-sprites.png,32,0,32,32);

or image names got completely removed. Would be nice if it could be fixed
Was really funny, red and yellow squares everywhere. Nice code though fowlplay. Rep+
__________________
Reply With Quote