| 
									
										
										
										
											2022-01-11 11:13:34 -06:00
										 |  |  | Class Room | 
					
						
							|  |  |  |     with add_to_scope [; | 
					
						
							|  |  |  |         AddToScope(computer); | 
					
						
							|  |  |  |         PlaceInScope(computer); | 
					
						
							|  |  |  |         AddToScope(lights); | 
					
						
							|  |  |  |         PlaceInScope(lights); | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     has light; | 
					
						
							| 
									
										
										
										
											2022-01-09 22:55:57 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-11 20:55:41 -06:00
										 |  |  | Class Set | 
					
						
							|  |  |  |     with before [; | 
					
						
							|  |  |  |         Examine: return false; | 
					
						
							|  |  |  |         default: print_ret "You can't do that with ", (the) self, "."; | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     has scenery; | 
					
						
							| 
									
										
										
										
											2022-01-09 23:28:56 -06:00
										 |  |  | 
 | 
					
						
							|  |  |  | Class Decoration | 
					
						
							|  |  |  |     with before [; | 
					
						
							|  |  |  |         Take,Pull,Push,PushDir: | 
					
						
							|  |  |  |             print_ret "You can't do that with ", (the) self, "."; | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     has static; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-11 10:22:02 -06:00
										 |  |  | ! Class Furniture | 
					
						
							|  |  |  | !     class Decoration, | 
					
						
							|  |  |  | !     with before [; | 
					
						
							|  |  |  | !         Take,Pull,Push,PushDir: | 
					
						
							|  |  |  | !             print_ret (the) self, " is too heavy for that."; | 
					
						
							|  |  |  | !     ], | 
					
						
							|  |  |  | !     has supporter; | 
					
						
							| 
									
										
										
										
											2022-01-11 20:55:41 -06:00
										 |  |  | 
 | 
					
						
							|  |  |  | Class NPC has animate; |