View Single Post
  #1  
Old 01-13-2008, 04:25 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
Error with nothing

In my OSL I have a good size Image, it is downloadable and so is the level, so nothing bad there. I create an NPC to show the Image and it works, hooray, I thought, well few weeks later the image is gone and I can't find out why. It is a 32bit image so it should work online but not offline.

PHP Code:
onlinestartlocal.nwdownloadablelevel20733 byte2007-12-28 03:10:10
images
/varia.pngdownloadable386174 byte2008-01-13 03:08:36 
here's the script

PHP Code:
NPC varia.png 23 26
//#CLIENTSIDE
function onCreated()
{

  
setimg"varia.png");

  
dontBlock();
  
drawUnderPlayer();
  
setEffectMode1);

  
alpha 0.5;

}
NPCEND 
Attached Thumbnails
Click image for larger version

Name:	varia.png
Views:	120
Size:	377.1 KB
ID:	43726  
__________________
Deep into the Darkness peering...
Reply With Quote