| 
				 Re: device causing random item removal 
 Here's how i got it working. PAGE2 is in there just in case, but it never seems to use it; which is fine by me.
 I might have to switch it over to THIF so i can use 'uvar=stolenitem' to name what gets damaged...
 
 
 DATA
 
 PAGE 0
 ACTN popup
 REMV dv_titantc5
 ITEM it_emptytitanium
 SABT 1 2
 END PAGE
 
 
 
 PAGE 1
 ACTN popup break
 GFXP items/l_artif1.jpg 2
 TITL Toxic Ooze Spill
 TEXT You break open the container and out spills a bunch of toxic ooze! You manage to clean it up, but not before the ooze gets all over an onboard system and completely destroys it.
 END PAGE
 
 
 PAGE 2
 ACTN popup break
 GFXP items/l_artif1.jpg 2
 TITL Toxic Ooze Spill
 TEXT You break open the container and out spills a bunch of toxic ooze, but you manage to clean it up.
 
 END PAGE
 
 END DATA
 
			
			
			
			
			
			
			
            
			
			
				
			
			
			
		 |