#print("PLAYER MOVED: "+str(player_name)+" moved from "+str(map_player_position_tuple)+" to "+str(player_position_tuple))
print("PLAYER MOVED: "+str(player_name)+" moved from "+str(saved_player_x)+","+str(saved_player_y)+","+str(saved_player_z)+" to "+str(player_x)+","+str(player_y)+","+str(player_z))
else:
print("SAVING YAML for player '"+str(player_name)+"'")
outs=open(player_dest_path,'w')
ifplayer_nameisnotNone:
outs.write("name:"+player_name+"\n")# python automatically uses correct newline for your os when you put "\n"
echo_hold("<divstyle=\"position:relative\">"); //causes absolute child position to be relative to this div's location, as per http://www.w3schools.com/css/tryit.asp?filename=trycss_position_absolute