i3670 
			Posting Freak36  
	
		
			
Nothing is working. 
 
				I've had this problem for a while now and have yet found a solution. The issue I'm having is that even if the callbacks are called nothing is happening. I've split the script up and tested them each by individually and it seems that none of them work even though they work outside the map.
			
			
				
(This post was last modified: 09-12-2012, 12:47 PM by i3670 .) 
 
				
			 
		 
 
 
	09-05-2012, 09:06 PM  
		
	 
 
	
		Apjjm 
			Is easy to say52  
	
		
			
RE: Nothing is working. 
 
				We're probably going to need more information than that. Can you upload the script and map file you are using?
			
			
			
			
		 
 
 
	09-05-2012, 09:11 PM  
		
	 
 
	
		FlawlessHappiness 
			Posting Freak171  
	
		
			
RE: Nothing is working. 
 
				I've had this problem... Simply what i did was closing Amnesia.exe. Then open it again.
			
			
			
Trying is the first step to success.
			
		 
 
 
	09-05-2012, 09:18 PM  
		
	 
 
	
		i3670 
			Posting Freak36  
	
		
			
RE: Nothing is working. 
 
				Apjjm: sent download link to mapfile in pm
beecake: done that, didn't work.
Portcullis script
Spoiler below!  
 
 
Graveyard script
Spoiler below!  
 
 
Tunnel script
Spoiler below!  
 
 
Lab script
Spoiler below!  
 
 
I don't have multiple OnStarts, it's just from when I split up the script.
			
 
 
 
	09-05-2012, 10:08 PM  
		
	 
 
	
		Apjjm 
			Is easy to say52  
	
		
			
RE: Nothing is working. 
 
				Firstly there is an error in the lab script section. Specifically in TurnOnAcidLab:
CreateParticleSystemAtEntity(asName+"Fire"+i, "ps_fire_candle.ps", "Valve_"+i+"_AreaBottle", false);
asName  is undefined. What is this supposed to be? I commented this line out and the rest of the script ran fine.
Additionally, you are getting warnings from double->float conversions. These are in both CorpseDissappear functions:
StartScreenShake(0.1f, 0, 0.1, 0.1);
These warnings are harmless, but they do clutter up the error messages pane, so it's always good to fix them.
Aside from that, everything else seems to work. I cannot use the picked up jars on the flasks - but this is because you haven't added the relevant AddUseItemCallbacks yet.
If after doing the above fixes nothing still seems to work i suggest you look at renaming your map (e.g. storage_area) - perhaps there is a naming conflict, or you have two versions of the map and the game is loading an older one. Also make sure you have deleted any .map_cache files.
			
 
 
 
	09-06-2012, 04:02 PM  
		
	 
 
	
		i3670 
			Posting Freak36  
	
		
			
RE: Nothing is working. 
 
				I made all the changes and it still won't work. I even changed the name of the map and the .hps file. 
			
			
 
 
 
	09-06-2012, 07:51 PM