|  | 
| 
			 
			#27  
			
			
			
			
			
		 | |||
| 
 | |||
| 
			
			vizact.sequence only accepts actions. RestoreAvatar is not an action, it is a regular python function. To turn it into an action you need to do the following: Code: vizact.sequence(vizact.waittime(4),vizact.call(RestoreAvatar)) | 
| 
 | 
 |