| NominalPlatform : Fixture, Platform | [Previous] [Main] [Next] | 
| if(connector == museum) | 
| { | 
| moveIntoForTravel(byCases); | 
| posture = standing; | 
| } | 
| else | 
| { | 
| moveIntoForTravel(behindTable); | 
| posture = sitting; | 
| } |